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. */