INT-1733 fixed the typo in the ControlBus sample in reference manual

This commit is contained in:
Oleg Zhurakousky
2011-01-06 14:15:40 -05:00
parent 8edde6ce10
commit 8bd6f2fb37

View File

@@ -37,7 +37,7 @@
For example, to execute a method on a Spring Bean a client
could send a message to the operation channel as follows:</para>
<programlisting>Message operation = MessageBuilder.withPayload("@myServiceBean.shutdown()");
<programlisting>Message operation = MessageBuilder.withPayload("@myServiceBean.shutdown()").build();
operationChannel.send(operation)</programlisting>
<para>The root of the context for the expression is the