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

acosentino 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 f11c426  Camel-Base: Fixed CS
f11c426 is described below

commit f11c4265e39b635000aa270405cf9a17542c3edd
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Feb 21 14:39:31 2020 +0100

    Camel-Base: Fixed CS
---
 .../src/main/java/org/apache/camel/processor/RoutingSlip.java           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-base/src/main/java/org/apache/camel/processor/RoutingSlip.java 
b/core/camel-base/src/main/java/org/apache/camel/processor/RoutingSlip.java
index d8218d5..e34480a 100644
--- a/core/camel-base/src/main/java/org/apache/camel/processor/RoutingSlip.java
+++ b/core/camel-base/src/main/java/org/apache/camel/processor/RoutingSlip.java
@@ -468,7 +468,7 @@ public class RoutingSlip extends AsyncProcessorSupport 
implements Traceable, IdA
 
                             // prepare and process the routing slip
                             final boolean prototypeEndpoint = prototype;
-                            AsyncCallback cbNext = (doneNext) -> {
+                            AsyncCallback cbNext = doneNext -> {
                                 // and stop prototype endpoints
                                 if (prototypeEndpoint) {
                                     
ServiceHelper.stopAndShutdownService(nextEndpoint);

Reply via email to