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 1ecb991 Fixed CS for camel-olingo4 1ecb991 is described below commit 1ecb9913c9d6054c470398c2cffd0e6c5df5b2d6 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jan 23 09:06:08 2019 +0100 Fixed CS for camel-olingo4 --- .../org/apache/camel/component/olingo4/AbstractOlingo4TestSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-olingo4/camel-olingo4-component/src/test/java/org/apache/camel/component/olingo4/AbstractOlingo4TestSupport.java b/components/camel-olingo4/camel-olingo4-component/src/test/java/org/apache/camel/component/olingo4/AbstractOlingo4TestSupport.java index c1ee47e..fd90a0d 100644 --- a/components/camel-olingo4/camel-olingo4-component/src/test/java/org/apache/camel/component/olingo4/AbstractOlingo4TestSupport.java +++ b/components/camel-olingo4/camel-olingo4-component/src/test/java/org/apache/camel/component/olingo4/AbstractOlingo4TestSupport.java @@ -22,8 +22,8 @@ import java.util.Map; import org.apache.camel.CamelContext; import org.apache.camel.CamelExecutionException; -import org.apache.camel.test.junit4.CamelTestSupport; import org.apache.camel.support.IntrospectionSupport; +import org.apache.camel.test.junit4.CamelTestSupport; import org.apache.http.HttpHost; import org.apache.http.client.ClientProtocolException; import org.apache.http.client.methods.HttpGet;