From 05dd92cf099258da86c6882f9d1d4c39e85c5eae Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Thu, 30 Jul 2009 13:07:35 +0000 Subject: [PATCH] removed duplicate statement in reference --- spring-integration-reference/src/channel.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spring-integration-reference/src/channel.xml b/spring-integration-reference/src/channel.xml index cfa177cdba..cbf3a6d7d1 100644 --- a/spring-integration-reference/src/channel.xml +++ b/spring-integration-reference/src/channel.xml @@ -100,9 +100,8 @@ elapses, whichever occurs first. Likewise, a receive call will return immediately if a message is available on the queue, but if the queue is empty, then a receive call may block until either a message is available or the timeout elapses. In either case, it is possible to force an immediate return regardless of the - queue's state by passing a timeout value of 0. The no-argument send and receive methods block indefinitely. - Note however, that calling the no-arg versions of send() and - receive() will block indefinitely. + queue's state by passing a timeout value of 0. Note however, that calls to the no-arg versions of + send() and receive() will block indefinitely.