You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/07/24 13:47:30 UTC

[4/4] camel git commit: Fixed CS

Fixed CS


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

Branch: refs/heads/master
Commit: 2d0de2bbf27a71b8d7dad6284e092ba456ec5794
Parents: 9dce509
Author: Claus Ibsen <da...@apache.org>
Authored: Sun Jul 24 13:53:31 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Jul 24 13:53:31 2016 +0200

----------------------------------------------------------------------
 .../async/AsyncEndpointRoutingSlipBeanNonBlockingTest.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2d0de2bb/camel-core/src/test/java/org/apache/camel/processor/async/AsyncEndpointRoutingSlipBeanNonBlockingTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/processor/async/AsyncEndpointRoutingSlipBeanNonBlockingTest.java b/camel-core/src/test/java/org/apache/camel/processor/async/AsyncEndpointRoutingSlipBeanNonBlockingTest.java
index 4cfac28..57ca2f4 100644
--- a/camel-core/src/test/java/org/apache/camel/processor/async/AsyncEndpointRoutingSlipBeanNonBlockingTest.java
+++ b/camel-core/src/test/java/org/apache/camel/processor/async/AsyncEndpointRoutingSlipBeanNonBlockingTest.java
@@ -96,7 +96,7 @@ public class AsyncEndpointRoutingSlipBeanNonBlockingTest extends ContextTestSupp
         private final Endpoint startEndpoint;
         private final SendProcessor asyncSender;
 
-        public ExchangeSubmitter(Endpoint startEndpoint, SendProcessor asyncSender) {
+        ExchangeSubmitter(Endpoint startEndpoint, SendProcessor asyncSender) {
             this.startEndpoint = startEndpoint;
             this.asyncSender = asyncSender;
         }