From 8bd6f2fb37bf3a70245ca70581efbc693550485d Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 6 Jan 2011 14:15:40 -0500 Subject: [PATCH] INT-1733 fixed the typo in the ControlBus sample in reference manual --- docs/src/reference/docbook/control-bus.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/docbook/control-bus.xml b/docs/src/reference/docbook/control-bus.xml index 4aecefdb34..06f9f02472 100644 --- a/docs/src/reference/docbook/control-bus.xml +++ b/docs/src/reference/docbook/control-bus.xml @@ -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: - Message operation = MessageBuilder.withPayload("@myServiceBean.shutdown()"); + Message operation = MessageBuilder.withPayload("@myServiceBean.shutdown()").build(); operationChannel.send(operation) The root of the context for the expression is the