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 <davscl...@apache.org>
Authored: Tue Mar 21 10:32:06 2017 +0100
Committer: Claus Ibsen <davscl...@apache.org>
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<Type extends 
ProcessorDefinition<Type>
      * <a 
href="http://camel.apache.org/exchange-pattern.html";>ExchangePattern:</a>
      * set the {@link ExchangePattern} into the {@link Exchange}.
      * <p/>
-     * 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<Type extends 
ProcessorDefinition<Type>
     /**
      * <a 
href="http://camel.apache.org/exchange-pattern.html";>ExchangePattern:</a>
      * set the exchange's ExchangePattern {@link ExchangePattern} to be InOnly
+     * <p/>
+     * 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

Reply via email to