You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2016/04/07 13:46:46 UTC

camel git commit: Remove unused imports from camel-http4

Repository: camel
Updated Branches:
  refs/heads/master 913cd9d27 -> 3872d0634


Remove unused imports from camel-http4


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

Branch: refs/heads/master
Commit: 3872d0634ad9447119f7b28961414ab47459ee6c
Parents: 913cd9d
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Apr 7 13:46:08 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Apr 7 13:46:08 2016 +0200

----------------------------------------------------------------------
 .../component/http4/HttpProxyServerWithSystemPropertiesTest.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3872d063/components/camel-http4/src/test/java/org/apache/camel/component/http4/HttpProxyServerWithSystemPropertiesTest.java
----------------------------------------------------------------------
diff --git a/components/camel-http4/src/test/java/org/apache/camel/component/http4/HttpProxyServerWithSystemPropertiesTest.java b/components/camel-http4/src/test/java/org/apache/camel/component/http4/HttpProxyServerWithSystemPropertiesTest.java
index 0243e7a..47cd47e 100644
--- a/components/camel-http4/src/test/java/org/apache/camel/component/http4/HttpProxyServerWithSystemPropertiesTest.java
+++ b/components/camel-http4/src/test/java/org/apache/camel/component/http4/HttpProxyServerWithSystemPropertiesTest.java
@@ -25,7 +25,6 @@ import java.util.Map;
 import org.apache.camel.Exchange;
 import org.apache.camel.Processor;
 import org.apache.camel.component.http4.handler.HeaderValidationHandler;
-import org.apache.camel.util.URISupport;
 import org.apache.commons.codec.BinaryDecoder;
 import org.apache.commons.codec.DecoderException;
 import org.apache.commons.codec.binary.Base64;