This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0b2fabaadbd26d7f1b16e60db59ddc1ee065916b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 6 13:54:52 2018 +0100 Minor fix on setBody EIP docs --- camel-core/src/main/docs/eips/setBody-eip.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/camel-core/src/main/docs/eips/setBody-eip.adoc b/camel-core/src/main/docs/eips/setBody-eip.adoc index 1141371..36d6599 100644 --- a/camel-core/src/main/docs/eips/setBody-eip.adoc +++ b/camel-core/src/main/docs/eips/setBody-eip.adoc @@ -33,6 +33,7 @@ And the same example using XML: <route> <from uri="direct:a"/> <setBody><constant>test</constant></setBody> + <to uri="direct:b"/> </route> </camelContext> ----- \ No newline at end of file +---- -- To stop receiving notification emails like this one, please contact acosent...@apache.org.