diff --git a/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/CorrelatingMessageHandler.java b/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/CorrelatingMessageHandler.java
index bae437ad7d..5e5d9de7aa 100644
--- a/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/CorrelatingMessageHandler.java
+++ b/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/CorrelatingMessageHandler.java
@@ -34,23 +34,28 @@ import org.springframework.integration.store.SimpleMessageStore;
import org.springframework.util.Assert;
/**
- * Message handler that holds a buffer of correlated messages in a {@link MessageStore}. This class takes care of
- * correlated groups of messages that can be completed in batches. It is useful for aggregating, resequencing, or custom
- * implementations requiring correlation.
+ * Message handler that holds a buffer of correlated messages in a
+ * {@link MessageStore}. This class takes care of correlated groups of messages
+ * that can be completed in batches. It is useful for aggregating, resequencing,
+ * or custom implementations requiring correlation.
*
- * To customize this handler inject {@link CorrelationStrategy}, {@link ReleaseStrategy}, and
- * {@link MessageGroupProcessor} implementations as you require.
+ * To customize this handler inject {@link CorrelationStrategy},
+ * {@link ReleaseStrategy}, and {@link MessageGroupProcessor} implementations as
+ * you require.
*
- * By default the CorrelationStrategy will be a HeaderAttributeCorrelationStrategy and the ReleaseStrategy will be a
+ * By default the CorrelationStrategy will be a
+ * HeaderAttributeCorrelationStrategy and the ReleaseStrategy will be a
* SequenceSizeReleaseStrategy.
*
* @author Iwein Fuld
* @author Dave Syer
* @since 2.0
*/
-public class CorrelatingMessageHandler extends AbstractMessageHandler implements MessageProducer {
+public class CorrelatingMessageHandler extends AbstractMessageHandler implements
+ MessageProducer {
- private static final Log logger = LogFactory.getLog(CorrelatingMessageHandler.class);
+ private static final Log logger = LogFactory
+ .getLog(CorrelatingMessageHandler.class);
public static final long DEFAULT_SEND_TIMEOUT = 1000L;
@@ -76,24 +81,23 @@ public class CorrelatingMessageHandler extends AbstractMessageHandler implements
private final ConcurrentMap