You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2019/04/07 06:57:28 UTC

[camel] branch camel-2.22.x updated: Fix import

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

gzurowski pushed a commit to branch camel-2.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.22.x by this push:
     new c15e2c0  Fix import
c15e2c0 is described below

commit c15e2c09e84fd55c8811db4152b16137a247333a
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sun Apr 7 08:56:40 2019 +0200

    Fix import
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>
---
 .../camel/component/netty4/http/NettyHttpBindingUseRelativePath.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingUseRelativePath.java b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingUseRelativePath.java
index 249d92f..1bd445d 100644
--- a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingUseRelativePath.java
+++ b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingUseRelativePath.java
@@ -20,7 +20,7 @@ import io.netty.handler.codec.http.FullHttpRequest;
 import org.apache.camel.Exchange;
 import org.apache.camel.Processor;
 import org.apache.camel.builder.RouteBuilder;
-import org.apache.camel.component.http4.HttpMethods;
+import org.apache.camel.component.http.HttpMethods;
 import org.junit.Test;