You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/03/06 12:58:20 UTC

[camel] 08/09: Minor fix on setBody EIP docs

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 <an...@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
acosentino@apache.org.