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 2019/02/27 15:40:07 UTC

[camel] branch master updated: Fixed CS for Camel-http-common

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bfbbc0  Fixed CS for Camel-http-common
3bfbbc0 is described below

commit 3bfbbc0e53fe53eb2c15e4ff757ed0d166304e0c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 27 16:39:36 2019 +0100

    Fixed CS for Camel-http-common
---
 .../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 d8c798a..022ced7 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.support.DefaultExchange;
 import org.apache.camel.test.junit4.CamelTestSupport;