checkstyle fix

This commit is contained in:
Christian Tzolov
2021-06-22 10:20:25 +02:00
parent f4528519a9
commit 68263618db

View File

@@ -88,7 +88,9 @@ public class TwitterTrendLocationProcessorIntegrationTests {
@AfterEach
public void stopServer() {
mockServer.stop();
while (!mockServer.hasStopped(3,100L, TimeUnit.MILLISECONDS)){}
while (!mockServer.hasStopped(3, 100L, TimeUnit.MILLISECONDS)) {
// Do nothing
}
}
@Test