From 0e791e38e90073d5d4611844e192a6bb2b043e5f Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 22 Dec 2011 08:44:37 -0500 Subject: [PATCH] INT-2331-maint fixed aggregator documentation INT-2331-maint polishing --- .../integration/config/xml/spring-integration-2.0.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd b/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd index f8b97c1384..65b9fbeda4 100644 --- a/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd +++ b/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd @@ -2451,7 +2451,7 @@ Name of the header whose value will be used to route messages - A SpEL expression to apply to the message group (e.g, payload.size() > 6) + A SpEL expression to evaluate against a root object that is the Collection of messages within the message group (e.g, size() > 6)