Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 602A0200C3E for ; Tue, 21 Mar 2017 10:32:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 56190160B74; Tue, 21 Mar 2017 09:32:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9B4B4160B68 for ; Tue, 21 Mar 2017 10:32:32 +0100 (CET) Received: (qmail 76308 invoked by uid 500); 21 Mar 2017 09:32:31 -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 76299 invoked by uid 99); 21 Mar 2017 09:32:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2017 09:32:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A5EE7DFE5C; Tue, 21 Mar 2017 09:32:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Message-Id: <3b89e30976e642fc916d6fd2e6d06b7e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: Polished Date: Tue, 21 Mar 2017 09:32:31 +0000 (UTC) archived-at: Tue, 21 Mar 2017 09:32:33 -0000 Repository: camel Updated Branches: refs/heads/master 4a650d631 -> cab864f9e Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cab864f9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cab864f9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cab864f9 Branch: refs/heads/master Commit: cab864f9ebf155124332a5a528cbc53a7869d51c Parents: 4a650d6 Author: Claus Ibsen Authored: Tue Mar 21 10:32:06 2017 +0100 Committer: Claus Ibsen Committed: Tue Mar 21 10:32:12 2017 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/camel/model/ProcessorDefinition.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/cab864f9/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java b/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java index 4804297..78a80e1 100644 --- a/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java +++ b/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java @@ -843,7 +843,7 @@ public abstract class ProcessorDefinition * ExchangePattern: * set the {@link ExchangePattern} into the {@link Exchange}. *

- * The pattern set on the {@link Exchange} will + * The pattern set on the {@link Exchange} will be changed from this point going foward. * * @param exchangePattern instance of {@link ExchangePattern} * @return the builder @@ -857,6 +857,8 @@ public abstract class ProcessorDefinition /** * ExchangePattern: * set the exchange's ExchangePattern {@link ExchangePattern} to be InOnly + *

+ * The pattern set on the {@link Exchange} will be changed from this point going foward. * * @return the builder * @deprecated use {@link #setExchangePattern(org.apache.camel.ExchangePattern)} instead