CAMEL-6730: Fixed requestTimeout on camel-netty.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ac50c8c5 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ac50c8c5 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ac50c8c5 Branch: refs/heads/camel-2.11.x Commit: ac50c8c5dc2530e5f3065b6b4a20f1cc23e817a0 Parents: 79be932 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Sep 18 11:26:00 2013 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Sep 18 11:26:29 2013 +0200 ---------------------------------------------------------------------- .../camel/component/netty/handlers/ClientChannelHandler.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ac50c8c5/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java ---------------------------------------------------------------------- diff --git a/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java b/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java index c58075b..449fb22 100644 --- a/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java +++ b/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java @@ -16,8 +16,6 @@ */ package org.apache.camel.component.netty.handlers; -import java.util.List; - import org.apache.camel.AsyncCallback; import org.apache.camel.CamelExchangeException; import org.apache.camel.Exchange; @@ -34,7 +32,6 @@ import org.jboss.netty.channel.ChannelStateEvent; import org.jboss.netty.channel.ExceptionEvent; import org.jboss.netty.channel.MessageEvent; import org.jboss.netty.channel.SimpleChannelUpstreamHandler; -import org.jboss.netty.handler.timeout.ReadTimeoutHandler; import org.slf4j.Logger; import org.slf4j.LoggerFactory;