Repository: camel
Updated Branches:
  refs/heads/master 43cea21cf -> e2ef05d41


Remove unused imports

Signed-off-by: Gregor Zurowski <gre...@zurowski.org>

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e2ef05d4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e2ef05d4
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e2ef05d4

Branch: refs/heads/master
Commit: e2ef05d41018b7a042a0ae4d19a8406f25e2cd51
Parents: 43cea21
Author: Gregor Zurowski <gre...@zurowski.org>
Authored: Sat Oct 17 10:34:48 2015 +0200
Committer: Gregor Zurowski <gre...@zurowski.org>
Committed: Sat Oct 17 10:34:48 2015 +0200

----------------------------------------------------------------------
 .../http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e2ef05d4/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java
 
b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java
index 868574c..05b7038 100644
--- 
a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java
+++ 
b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java
@@ -19,7 +19,6 @@ package org.apache.camel.component.netty4.http;
 import io.netty.handler.codec.http.FullHttpRequest;
 
 import org.apache.camel.Exchange;
-import org.apache.camel.Message;
 import org.apache.camel.Processor;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.http.HttpMethods;

Reply via email to