You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2013/09/18 11:51:10 UTC

[2/5] git commit: CAMEL-6730: Fixed requestTimeout on camel-netty.

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/8b2e8a00
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8b2e8a00
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8b2e8a00

Branch: refs/heads/camel-2.12.x
Commit: 8b2e8a00f755245696c643f3ac803176bacb001c
Parents: f63a769
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Sep 18 11:26:00 2013 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Sep 18 11:26:17 2013 +0200

----------------------------------------------------------------------
 .../camel/component/netty/handlers/ClientChannelHandler.java      | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8b2e8a00/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 b830c95..ef05486 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;