From df55ac95d89b5234faf0bdf1f3ceb3102d5e329c Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 11 Sep 2017 13:03:39 -0400 Subject: [PATCH] Fix Checkstyle violations https://build.spring.io/browse/INT-MASTER-792 --- .../dispatcher/BroadcastingDispatcherTests.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-integration-core/src/test/java/org/springframework/integration/dispatcher/BroadcastingDispatcherTests.java b/spring-integration-core/src/test/java/org/springframework/integration/dispatcher/BroadcastingDispatcherTests.java index 706bcabed6..792a14dc0d 100644 --- a/spring-integration-core/src/test/java/org/springframework/integration/dispatcher/BroadcastingDispatcherTests.java +++ b/spring-integration-core/src/test/java/org/springframework/integration/dispatcher/BroadcastingDispatcherTests.java @@ -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() {