You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/01/23 09:23:32 UTC

[camel] branch master updated: Fixed CS for Camel-reactor

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 bdd1ef7  Fixed CS for Camel-reactor
bdd1ef7 is described below

commit bdd1ef7f4e87eeec7cc2ca4a8c79460ffe25c4f0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 23 10:23:12 2019 +0100

    Fixed CS for Camel-reactor
---
 .../camel/component/reactor/engine/ReactorStreamsServiceTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-reactor/src/test/java/org/apache/camel/component/reactor/engine/ReactorStreamsServiceTest.java b/components/camel-reactor/src/test/java/org/apache/camel/component/reactor/engine/ReactorStreamsServiceTest.java
index d8f2391..f835209 100644
--- a/components/camel-reactor/src/test/java/org/apache/camel/component/reactor/engine/ReactorStreamsServiceTest.java
+++ b/components/camel-reactor/src/test/java/org/apache/camel/component/reactor/engine/ReactorStreamsServiceTest.java
@@ -30,8 +30,8 @@ import org.apache.camel.FailedToCreateRouteException;
 import org.apache.camel.ProducerTemplate;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;
-import org.apache.camel.support.DefaultExchange;
 import org.apache.camel.impl.JndiRegistry;
+import org.apache.camel.support.DefaultExchange;
 import org.apache.camel.support.ExchangeHelper;
 import org.junit.Assert;
 import org.junit.Test;