This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 63ec0ac5cc983d653e1b8171b98dd7bb14b25a68 Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Wed Aug 21 15:23:44 2019 +0900 Fix CS --- .../java/org/apache/camel/http/common/HttpHeaderFilterStrategyTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-http-common/src/test/java/org/apache/camel/http/common/HttpHeaderFilterStrategyTest.java b/components/camel-http-common/src/test/java/org/apache/camel/http/common/HttpHeaderFilterStrategyTest.java index c2e79ca..01d987f 100644 --- a/components/camel-http-common/src/test/java/org/apache/camel/http/common/HttpHeaderFilterStrategyTest.java +++ b/components/camel-http-common/src/test/java/org/apache/camel/http/common/HttpHeaderFilterStrategyTest.java @@ -17,7 +17,6 @@ package org.apache.camel.http.common; import org.apache.camel.Exchange; -import org.apache.camel.http.common.HttpHeaderFilterStrategy; import org.apache.camel.impl.DefaultCamelContext; import org.apache.camel.impl.DefaultExchange; import org.apache.camel.test.junit4.CamelTestSupport;