From 2a36abcaeaf13a0fc52a8e39d0ee4b3e5e4f5b50 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 7 Jul 2015 16:44:19 +0200 Subject: [PATCH] Polishing --- .../simp/broker/DefaultSubscriptionRegistryTests.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-messaging/src/test/java/org/springframework/messaging/simp/broker/DefaultSubscriptionRegistryTests.java b/spring-messaging/src/test/java/org/springframework/messaging/simp/broker/DefaultSubscriptionRegistryTests.java index d45159f45b..ff810b701c 100644 --- a/spring-messaging/src/test/java/org/springframework/messaging/simp/broker/DefaultSubscriptionRegistryTests.java +++ b/spring-messaging/src/test/java/org/springframework/messaging/simp/broker/DefaultSubscriptionRegistryTests.java @@ -37,7 +37,6 @@ import org.springframework.util.PathMatcher; import static org.junit.Assert.*; - /** * Test fixture for * {@link org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry}. @@ -471,7 +470,7 @@ public class DefaultSubscriptionRegistryTests { /** - * An extension of AntPathMatcher with a pair of CountDownLatch's to pause + * An extension of AntPathMatcher with a pair of CountDownLatches to pause * while matching, allowing another thread to something, and resume when the * other thread signals it's okay to do so. */