#INT-1967 Standardize namespace pre-fixes in documentation

This commit is contained in:
Gunnar Hillert
2011-07-31 23:56:42 -04:00
parent f35c9b8c3a
commit ffc4b07abb
2 changed files with 3 additions and 3 deletions

View File

@@ -406,7 +406,7 @@ public Message<?> receive(final PollableChannel<?> channel) { ... }]]></programl
for more detail). To disable one or both of these, add a &lt;dispatcher/&gt; sub-element and
configure the attributes:
<programlisting language="xml"><![CDATA[<int:channel id="failFastChannel">
<dispatcher failover="false"/>
<int:dispatcher failover="false"/>
</channel>
<int:channel id="channelWithFixedOrderSequenceFailover">

View File

@@ -163,8 +163,8 @@
<int:mapping exception-type="java.lang.NullPointerException" channel="npeChannel"/>
</int:exception-type-router>
<channel id="illegalChannel" />
<channel id="npeChannel" />]]></programlisting>
<int:channel id="illegalChannel" />
<int:channel id="npeChannel" />]]></programlisting>
</para>
</section>