Fix Checkstyle violations

https://build.spring.io/browse/INT-MASTER-792
This commit is contained in:
Artem Bilan
2017-09-11 13:03:39 -04:00
parent defb4ff18a
commit df55ac95d8

View File

@@ -283,7 +283,7 @@ public class BroadcastingDispatcherTests {
}
/**
* Verifies behavior when no handler is subscribed to the dispatcher.
* Verifies behavior when no handler is subscribed to the dispatcher.
*/
@Test
public void testNoHandler() {
@@ -292,7 +292,7 @@ public class BroadcastingDispatcherTests {
}
/**
* Verifies behavior when no handler is subscribed to the dispatcher with executor.
* Verifies behavior when no handler is subscribed to the dispatcher with executor.
*/
@Test
public void testNoHandlerWithExecutor() {
@@ -301,8 +301,8 @@ public class BroadcastingDispatcherTests {
}
/**
* Verifies behavior when dispatcher throws exception if no handler is subscribed
* and requireSubscribers set to true.
* Verifies behavior when dispatcher throws exception if no handler is subscribed
* and requireSubscribers set to true.
*/
@Test
public void testNoHandlerWithRequiredSubscriber() {
@@ -317,8 +317,8 @@ public class BroadcastingDispatcherTests {
}
/**
* Verifies behavior when dispatcher with executors throws exception if no handler is subscribed
* and requireSubscribers set to true.
* Verifies behavior when dispatcher with executors throws exception if no handler is subscribed
* and requireSubscribers set to true.
*/
@Test
public void testNoHandlerWithExecutorWithRequiredSubscriber() {