diff --git a/spring-kafka/src/main/java/org/springframework/kafka/listener/ContainerFencedException.java b/spring-kafka/src/main/java/org/springframework/kafka/listener/ContainerFencedException.java index 2eb83a47c..f7186cca3 100644 --- a/spring-kafka/src/main/java/org/springframework/kafka/listener/ContainerFencedException.java +++ b/spring-kafka/src/main/java/org/springframework/kafka/listener/ContainerFencedException.java @@ -15,8 +15,8 @@ */ /** - * Exception throw when container is started when it is not a member of - * ConcurrentMessageListenerContainer. + * Exception to be thrown when attempted to start a container that is not an active member + * of its parent container. * * @author Lokesh Alamuri * @since 3.3