diff --git a/spring-integration-reference/src/aggregator.xml b/spring-integration-reference/src/aggregator.xml index b612af512d..b3ae133c58 100644 --- a/spring-integration-reference/src/aggregator.xml +++ b/spring-integration-reference/src/aggregator.xml @@ -216,12 +216,11 @@ Spring Integration provides an out-of-the box implementation for CorrelationStrategy, the - HeaderAttributeCorrelationStrategy. - This implementation returns the value of one of the message headers - (whose name is specified by a constructor argument) as the correlation - key. By default, the correlation strategy is a - HeaderAttributeCorrelationStrategy returning the value of the - CORRELATION_ID header attribute. + HeaderAttributeCorrelationStrategy. This implementation + returns the value of one of the message headers (whose name is specified + by a constructor argument) as the correlation key. By default, the + correlation strategy is a HeaderAttributeCorrelationStrategy returning + the value of the CORRELATION_ID header attribute.