Clean up the code of camel-netty4
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/77b4c695 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/77b4c695 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/77b4c695 Branch: refs/heads/camel-2.15.x Commit: 77b4c69575278114de4b3cb81c1e874967243e59 Parents: 4576e78 Author: Willem Jiang <willem.ji...@gmail.com> Authored: Tue Apr 28 14:36:56 2015 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Tue Apr 28 22:00:08 2015 +0800 ---------------------------------------------------------------------- .../netty4/ClientModeTCPNettyServerBootstrapFactory.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/77b4c695/components/camel-netty4/src/main/java/org/apache/camel/component/netty4/ClientModeTCPNettyServerBootstrapFactory.java ---------------------------------------------------------------------- diff --git a/components/camel-netty4/src/main/java/org/apache/camel/component/netty4/ClientModeTCPNettyServerBootstrapFactory.java b/components/camel-netty4/src/main/java/org/apache/camel/component/netty4/ClientModeTCPNettyServerBootstrapFactory.java index 38c6c65..d674340 100644 --- a/components/camel-netty4/src/main/java/org/apache/camel/component/netty4/ClientModeTCPNettyServerBootstrapFactory.java +++ b/components/camel-netty4/src/main/java/org/apache/camel/component/netty4/ClientModeTCPNettyServerBootstrapFactory.java @@ -29,10 +29,7 @@ import io.netty.channel.ChannelFutureListener; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelOption; import io.netty.channel.EventLoopGroup; -import io.netty.channel.group.ChannelGroup; -import io.netty.channel.group.DefaultChannelGroup; import io.netty.channel.socket.nio.NioSocketChannel; -import io.netty.util.concurrent.ImmediateEventExecutor; import org.apache.camel.CamelContext; import org.apache.camel.CamelException; import org.apache.camel.support.ServiceSupport;