From 02a7bb3acaf0c76169639ec9d28dc7bd1c526324 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 23 May 2008 05:58:13 +0000 Subject: [PATCH] Minor typos. --- spring-integration-reference/src/configuration.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-integration-reference/src/configuration.xml b/spring-integration-reference/src/configuration.xml index c4aca4e4b5..8deab04989 100644 --- a/spring-integration-reference/src/configuration.xml +++ b/spring-integration-reference/src/configuration.xml @@ -123,9 +123,9 @@ does support the "datatype" attribute. As with the "queue-channel", it also supports a "capacity" attribute. The following example demonstrates all of these: + datatype="example.Widget" + comparator="widgetComparator" + capacity="10"/> ]]> @@ -191,9 +191,9 @@ endpoint subscriptions for its channel and delegates to a scheduler for managing the tasks that pull messages from the channel and push them to the endpoints. To configure the polling period for an individual endpoint's schedule, provide a 'schedule' sub-element with the 'period' in milliseconds: - + ]]>]]>]]> +]]> @@ -257,7 +257,7 @@ target is one of the major factors to consider (the other major factor being the expected volume on the channel to which the endpoint subscribes). To enable concurrency for an endpoint that is configured with the XML namespace support, provide the 'concurrency' sub-element and one or more of the properties shown below: - + ]]>]]>]]> Recall the default concurrency policy values as listed in .