Repository: camel
Updated Branches:
  refs/heads/master ba392812e -> e1c3bf52a


Typo


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2c136903
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2c136903
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2c136903

Branch: refs/heads/master
Commit: 2c136903032e089a72ca0935b3c20501a255dbef
Parents: ba39281
Author: Claus Ibsen <davscl...@apache.org>
Authored: Sat Jun 3 09:25:27 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sat Jun 3 09:25:27 2017 +0200

----------------------------------------------------------------------
 .../java/org/apache/camel/model/OnExceptionDefinition.java     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2c136903/camel-core/src/main/java/org/apache/camel/model/OnExceptionDefinition.java
----------------------------------------------------------------------
diff --git 
a/camel-core/src/main/java/org/apache/camel/model/OnExceptionDefinition.java 
b/camel-core/src/main/java/org/apache/camel/model/OnExceptionDefinition.java
index 8e74f89..507799e 100644
--- a/camel-core/src/main/java/org/apache/camel/model/OnExceptionDefinition.java
+++ b/camel-core/src/main/java/org/apache/camel/model/OnExceptionDefinition.java
@@ -707,7 +707,7 @@ public class OnExceptionDefinition extends 
ProcessorDefinition<OnExceptionDefini
     }
 
     /**
-     * Turn on exponential backk off
+     * Turn on exponential back off
      *
      * @return the builder
      */
@@ -786,8 +786,8 @@ public class OnExceptionDefinition extends 
ProcessorDefinition<OnExceptionDefini
      * <p/>
      * <b>Notice:</b> this only applies when all redeliveries attempt have 
failed and the {@link org.apache.camel.Exchange} is doomed for failure.
      * <br/>
-     * Instead of using the current inprogress {@link 
org.apache.camel.Exchange} IN body we use the original IN body instead. This 
allows
-     * you to store the original input in the dead letter queue instead of the 
inprogress snapshot of the IN body.
+     * Instead of using the current in-progress {@link 
org.apache.camel.Exchange} IN body we use the original IN body instead. This 
allows
+     * you to store the original input in the dead letter queue instead of the 
in-progress snapshot of the IN body.
      * For instance if you route transform the IN body during routing and then 
failed. With the original exchange
      * store in the dead letter queue it might be easier to manually re submit 
the {@link org.apache.camel.Exchange} again as the IN body
      * is the same as when Camel received it. So you should be able to send 
the {@link org.apache.camel.Exchange} to the same input.

Reply via email to