Fix checkstyle

This commit is contained in:
Christian Cygnus 2018-05-25 22:47:23 -05:00
parent 4ab46c7fcb
commit f3e1cd3a1d

View File

@ -36,7 +36,7 @@ public class B2BServiceTest {
public void dummyCustomerApiTest() { public void dummyCustomerApiTest() {
Tenant tenant = new Tenant("testTenant", 2); Tenant tenant = new Tenant("testTenant", 2);
// In order to assure that throttling limits will not be reset, we use an empty throttling implementation // In order to assure that throttling limits will not be reset, we use an empty throttling implementation
Throttler timer = () -> {}; Throttler timer = () -> { };
B2BService service = new B2BService(timer); B2BService service = new B2BService(timer);
for (int i = 0; i < 5; i++) { for (int i = 0; i < 5; i++) {