From c6a160a804eeb31da9c516fd9974155a8ef52994 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 17 Jan 2011 14:06:26 -0500 Subject: [PATCH] xsd doc polish --- .../integration/config/xml/spring-integration-2.0.xsd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 e4c27eae83..b17730c1f3 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 @@ -1194,10 +1194,9 @@ endpoint itself is a Polling Consumer for a channel with a queue. - Allows this poller to reference another instance of top-level poller. + Allows this poller to reference another instance of a top-level poller. [IMPORTANT] - This attribute is only allowed on inner poller definitions. - Defining this attribute on the top-level poller definition will result in the configuration - exception. + Defining this attribute on a top-level poller definition will result in a configuration exception.