summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2014-01-16 23:08:37 +0000
committerKeith Wall <kwall@apache.org>2014-01-16 23:08:37 +0000
commit8a77ec82a1c3128a74e56c36e9a968604c9d2469 (patch)
tree041f3ab877aa785be76e34c362248186ef848599
parent6c30c21e4b37837021164a2e0d538a45fe6c79df (diff)
downloadqpid-python-8a77ec82a1c3128a74e56c36e9a968604c9d2469.tar.gz
NO-JIRA: [Java Broker Doc] Fix empty literal element (causes output rendered by site's make gen-release.. to be corrupted).
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558955 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml b/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml
index 1018f95b04..9033ad29c6 100644
--- a/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml
+++ b/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Exchanges.xml
@@ -181,7 +181,7 @@
<itemizedlist>
<listitem><literal>all</literal> implies that all the other pairs must match the headers property of a message for that message to be routed
(i.e. an AND match)</listitem>
- <listitem>any<literal></literal> implies that the message should be routed if any of the fields in the headers property match one of the
+ <listitem><literal>any</literal> implies that the message should be routed if any of the fields in the headers property match one of the
fields in the arguments table (i.e. an OR match)</listitem>
</itemizedlist>
<para>A field in the bind arguments matches a field in the message if either the field in the bind arguments has no value and a field of the