This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 015761dfd9a4f3aae66f5cbf779a320c65da4ff9 Author: Zoran Regvart <[email protected]> AuthorDate: Tue Aug 21 15:20:12 2018 +0200 Remove unused import --- .../netty4/http/handlers/HttpServerMultiplexChannelHandler.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/handlers/HttpServerMultiplexChannelHandler.java b/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/handlers/HttpServerMultiplexChannelHandler.java index 3f5f1a1..27fb206 100644 --- a/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/handlers/HttpServerMultiplexChannelHandler.java +++ b/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/handlers/HttpServerMultiplexChannelHandler.java @@ -37,7 +37,6 @@ import org.apache.camel.Exchange; import org.apache.camel.component.netty4.http.HttpServerConsumerChannelFactory; import org.apache.camel.component.netty4.http.NettyHttpConsumer; import org.apache.camel.http.common.CamelServlet; -import org.apache.camel.http.common.HttpConsumer; import org.apache.camel.support.RestConsumerContextPathMatcher; import org.apache.camel.util.UnsafeUriCharactersEncoder; import org.slf4j.Logger;
