From 101bb241de708843d1ee3c739b5788a0571751a6 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 13 Jul 2011 14:24:41 -0400 Subject: [PATCH] minor typo in aggregator doc --- docs/src/reference/docbook/aggregator.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/reference/docbook/aggregator.xml b/docs/src/reference/docbook/aggregator.xml index 5031b58117..e5a271db52 100644 --- a/docs/src/reference/docbook/aggregator.xml +++ b/docs/src/reference/docbook/aggregator.xml @@ -554,10 +554,10 @@ which is going to be used to correlate messages. - Likewise, for the ReleaseStrategy you can implement your release logic via + Likewise, for the ReleaseStrategy you can implement your release logic as a SpEL expression and configure it via the release-strategy-expression attribute. - The only exception is that since ReleaseStrategy is passed the List of Messages the the root object in the SopEL - Evaluation context is the List itself which can be referenced as #this. + The only difference is that since ReleaseStrategy is passed the List of Messages, the root object in the SpEL + evaluation context is the List itself. That List can be referenced as #this within the expression. For example: