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 fef2463 Fixed CS for Camel-Jetty fef2463 is described below commit fef24636a1064567fc593dc8df47a11525a6a062 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 29 15:52:24 2019 +0100 Fixed CS for Camel-Jetty --- .../main/java/org/apache/camel/component/jetty/JettyHttpEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpEndpoint.java b/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpEndpoint.java index 4f29e7c..dbb2a03 100644 --- a/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpEndpoint.java +++ b/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpEndpoint.java @@ -29,9 +29,9 @@ import org.apache.camel.Producer; import org.apache.camel.ResolveEndpointFailedException; import org.apache.camel.http.common.HttpCommonEndpoint; import org.apache.camel.http.common.cookie.CookieHandler; -import org.apache.camel.support.SynchronousDelegateProducer; import org.apache.camel.spi.UriParam; import org.apache.camel.support.IntrospectionSupport; +import org.apache.camel.support.SynchronousDelegateProducer; import org.apache.camel.support.jsse.SSLContextParameters; import org.eclipse.jetty.client.HttpClient; import org.eclipse.jetty.server.Handler;