diff --git a/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/MessageGroup.java b/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/MessageGroup.java
index a62e7c492a..11d21d96dc 100644
--- a/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/MessageGroup.java
+++ b/org.springframework.integration/src/main/java/org/springframework/integration/aggregator/MessageGroup.java
@@ -9,10 +9,14 @@ import java.util.Collections;
import java.util.List;
/**
- * Represents a group of correllated messages that is bound to a certain
- * {@link org.springframework.integration.store.MessageStore}. The group can grow during its lifetime, if messages are
- * added to it. According to its {@link org.springframework.integration.aggregator.CompletionStrategy} it
- * can be complete depending on the messages in the group.
+ * Represents a group of correlated messages that is bound to a certain
+ * {@link org.springframework.integration.store.MessageStore} and correlation key.
+ * The group can grow during its lifetime, if messages are added to it.
+ *