orpiske commented on code in PR #9436:
URL: https://github.com/apache/camel/pull/9436#discussion_r1119628376


##########
core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/CamelInternalProcessor.java:
##########
@@ -813,10 +801,10 @@ public void after(Exchange exchange, UnitOfWork uow) 
throws Exception {
                 UnitOfWorkHelper.doneUow(uow, exchange);
             }
 
-            // after UoW is done lets pop the route context which must be done 
on every existing UoW
             if (route != null && existing != null) {
                 existing.popRoute();
             }
+            // after UoW is done lets pop the route context which must be done 
on every existing UoW

Review Comment:
   Oh, alright. I'll merge and then move it back in place!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to