From 93369d45fbd295fb5c8c8627e9fbfd786223b852 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 1 Feb 2011 17:55:13 -0500 Subject: [PATCH] xsd doc comment 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 2dfcf35ef6..33d056099a 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 @@ -812,9 +812,8 @@ endpoint itself is a Polling Consumer for a channel with a queue. - Maximum amount of time in milliseconds to wait when sending a message to the channel if such channel - is a Queue Channel since Queue Channel is the only channel that has the concept capacity. If maximum capacity is reached - the messages will be rejected by the Queue Channel. + Maximum amount of time in milliseconds to wait when sending a message to the channel if such channel may block. + For example, a Queue Channel can block until space is available if its maximum capacity has been reached.