From 8edde6ce101d9e4a8728151ed749261272290e03 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 6 Jan 2011 14:06:20 -0500 Subject: [PATCH] INT-1724 updated aggregator reference documentation to reflect the name change from SequenceSizeCompletionStrategy to SequenceSizeReleaseStrategy --- docs/src/reference/docbook/aggregator.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/docbook/aggregator.xml b/docs/src/reference/docbook/aggregator.xml index 5d4f7fecc3..0a23577706 100644 --- a/docs/src/reference/docbook/aggregator.xml +++ b/docs/src/reference/docbook/aggregator.xml @@ -604,7 +604,7 @@ An annotation indicating that this method shall be used as the release strategy of an aggregator. If not present on any method, the aggregator will use the - SequenceSizeCompletionStrategy. + SequenceSizeReleaseStrategy.