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

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

commit 7e12fdee347e23e82b3b0243fceecaa01de385cf
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Jan 24 13:40:11 2022 +0100

    Polished
---
 .../org/apache/camel/impl/engine/SharedCamelInternalProcessor.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/SharedCamelInternalProcessor.java
 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/SharedCamelInternalProcessor.java
index 66e7663..9bf7679 100644
--- 
a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/SharedCamelInternalProcessor.java
+++ 
b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/SharedCamelInternalProcessor.java
@@ -200,8 +200,7 @@ public class SharedCamelInternalProcessor implements 
SharedInternalProcessor {
         } else {
             final UnitOfWork uow = exchange.getUnitOfWork();
 
-            // do uow before processing and if a value is returned the the uow 
wants to be processed after
-            // was well in the same thread
+            // do uow before processing and if a value is returned then the 
uow wants to be processed after in the same thread
             AsyncCallback async = callback;
             boolean beforeAndAfter = uow.isBeforeAfterProcess();
             if (beforeAndAfter) {

Reply via email to