This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new d8cc83d  Fixed a typo in ConvertBodyProcess.java
d8cc83d is described below

commit d8cc83d335092e5abe7ec632532dae7620c69c25
Author: aldettinger <aldettin...@gmail.com>
AuthorDate: Mon Feb 19 21:33:01 2018 +0100

    Fixed a typo in ConvertBodyProcess.java
---
 .../src/main/java/org/apache/camel/processor/ConvertBodyProcessor.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/camel-core/src/main/java/org/apache/camel/processor/ConvertBodyProcessor.java 
b/camel-core/src/main/java/org/apache/camel/processor/ConvertBodyProcessor.java
index 6c0a079..e2b334e 100644
--- 
a/camel-core/src/main/java/org/apache/camel/processor/ConvertBodyProcessor.java
+++ 
b/camel-core/src/main/java/org/apache/camel/processor/ConvertBodyProcessor.java
@@ -75,7 +75,7 @@ public class ConvertBodyProcessor extends ServiceSupport 
implements AsyncProcess
         Message old = out ? exchange.getOut() : exchange.getIn();
 
         if (old.getBody() == null) {
-            // only convert if the is a body
+            // only convert if there is a body
             callback.done(true);
             return true;
         }

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

Reply via email to