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
commit 6c43c731505b8c0272ae7e6d837971dfa8e514c2 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu May 2 11:25:34 2019 +0200 Fixed CS for Camel-Consul --- .../component/consul/cluster/ConsulClusteredRoutePolicyFactoryMain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyFactoryMain.java b/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyFactoryMain.java index 7283328..38259f6 100644 --- a/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyFactoryMain.java +++ b/components/camel-consul/src/test/java/org/apache/camel/component/consul/cluster/ConsulClusteredRoutePolicyFactoryMain.java @@ -20,8 +20,8 @@ import java.util.UUID; import org.apache.camel.CamelContext; import org.apache.camel.builder.RouteBuilder; -import org.apache.camel.impl.engine.ExplicitCamelContextNameStrategy; import org.apache.camel.impl.cluster.ClusteredRoutePolicyFactory; +import org.apache.camel.impl.engine.ExplicitCamelContextNameStrategy; import org.apache.camel.main.Main; import org.apache.camel.main.MainListenerSupport;