diff --git a/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/AbstractMessageBarrierHandler.java b/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/AbstractMessageBarrierHandler.java index 3b3a7f5410..5cbb78a265 100644 --- a/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/AbstractMessageBarrierHandler.java +++ b/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/AbstractMessageBarrierHandler.java @@ -66,7 +66,7 @@ import org.springframework.util.Assert; *

* Subclasses must decide what kind of a Collection they want to use. The semantics * of adding a Message to the MessageBarrier will be decided by the Collection type. - * + *

* Note: this class is not part of the Spring Integration API, but * an internal class, used for implementing components that need to keep * a list of messages until they are ready to be released or processed @@ -117,7 +117,7 @@ public abstract class AbstractMessageBarrierHandler