diff --git a/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/AggregatorEndpoint.java b/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/AggregatorEndpoint.java
index 110242618e..f2b618e24f 100644
--- a/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/AggregatorEndpoint.java
+++ b/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/AggregatorEndpoint.java
@@ -22,7 +22,6 @@ import java.util.concurrent.ScheduledExecutorService;
import org.springframework.integration.message.Message;
import org.springframework.integration.message.MessageBuilder;
import org.springframework.util.Assert;
-import org.springframework.util.CollectionUtils;
/**
* An {@link AbstractMessageBarrierEndpoint} that waits for a complete
@@ -33,8 +32,8 @@ import org.springframework.util.CollectionUtils;
* the 'sequenceSize' property of the header. Alternatively, a
* custom implementation of the {@link CompletionStrategy} may be provided.
*
- * All considerations regarding timeout and grouping by
- * 'correlationId' from {@link AbstractMessageBarrierEndpoint} apply
+ * All considerations regarding timeout and grouping by '
+ * correlationId' from {@link AbstractMessageBarrierEndpoint} apply
* here as well.
*
* @author Mark Fisher
@@ -46,7 +45,6 @@ public class AggregatorEndpoint extends AbstractMessageBarrierEndpoint {
private volatile CompletionStrategy completionStrategy = new SequenceSizeCompletionStrategy();
-
/**
* Create an endpoint that delegates to the provided Aggregator to combine a
* group of messages into a single message. The executor will be used for
@@ -63,7 +61,6 @@ public class AggregatorEndpoint extends AbstractMessageBarrierEndpoint {
this(aggregator, null);
}
-
/**
* Strategy to determine whether the group of messages is complete.
*/
@@ -79,18 +76,14 @@ public class AggregatorEndpoint extends AbstractMessageBarrierEndpoint {
protected boolean isBarrierRemovable(Object correlationId, List