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 40959b2c1f5a8b62546deafa97a09f797cbe3268
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Mar 6 13:44:50 2018 +0100

    Fixed remove Property EIP docs
---
 camel-core/src/main/docs/eips/removeProperty-eip.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/camel-core/src/main/docs/eips/removeProperty-eip.adoc 
b/camel-core/src/main/docs/eips/removeProperty-eip.adoc
index a3f1a06..19ddb2c 100644
--- a/camel-core/src/main/docs/eips/removeProperty-eip.adoc
+++ b/camel-core/src/main/docs/eips/removeProperty-eip.adoc
@@ -1,7 +1,7 @@
 [[removeProperty-eip]]
 == Remove Property EIP
 
-The RemoveProperty EIP allows you to set the body of your exchange.
+The RemoveProperty EIP allows you to remove a Property from your exchange.
 
 === Options
 
@@ -17,7 +17,7 @@ The Remove Property EIP supports 1 options which are listed 
below:
 
 === Examples
 
-The following example shows how to use the SetProperty EIP
+The following example shows how to use the Remove Property EIP
 
 [source,java]
 ----
@@ -39,6 +39,7 @@ And the same example using XML:
     <route>
         <from uri="direct:a"/>
            <removeProperty propertyName="myProperty"/>
+        <to uri="direct:b"/>
     </route>
 </camelContext>
 ----

-- 
To stop receiving notification emails like this one, please contact
acosent...@apache.org.

Reply via email to