Remove spurious comma from QueueChannel

This commit is contained in:
Gary Russell
2010-02-17 22:37:49 +00:00
parent f92eee81b3
commit 0d15ef88b1

View File

@@ -87,7 +87,7 @@
<section id="channel-implementations-queuechannel">
<title>QueueChannel</title>
<para>
The <classname>QueueChannel</classname> implementation wraps a queue. Unlike, the
The <classname>QueueChannel</classname> implementation wraps a queue. Unlike the
<classname>PublishSubscribeChannel</classname>, the <classname>QueueChannel</classname> has point-to-point
semantics. In other words, even if the channel has multiple consumers, only one of them should receive any
Message sent to that channel. It provides a default no-argument constructor (providing an essentially unbounded