From b817c0420211432479377dd00be3ff05478a182b Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Thu, 12 Mar 2009 04:04:39 +0000 Subject: [PATCH] Documentation for CorrelationStrategy - cleanup --- spring-integration-reference/src/aggregator.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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.