From commits-return-61743-archive-asf-public=cust-asf.ponee.io@camel.apache.org Tue Mar 6 13:58:16 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 493DD180677 for ; Tue, 6 Mar 2018 13:58:15 +0100 (CET) Received: (qmail 25412 invoked by uid 500); 6 Mar 2018 12:58:14 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 25296 invoked by uid 99); 6 Mar 2018 12:58:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2018 12:58:14 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A8F9C8299F; Tue, 6 Mar 2018 12:58:13 +0000 (UTC) Date: Tue, 06 Mar 2018 12:58:14 +0000 To: "commits@camel.apache.org" Subject: [camel] 02/09: Fixed remove Property EIP docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: acosentino@apache.org In-Reply-To: <152034109259.4238.3715601263564296491@gitbox.apache.org> References: <152034109259.4238.3715601263564296491@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 40959b2c1f5a8b62546deafa97a09f797cbe3268 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180306125813.A8F9C8299F@gitbox.apache.org> 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 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: + ---- -- To stop receiving notification emails like this one, please contact acosentino@apache.org.