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/08/07 13:10:41 UTC

[camel] 09/20: CAMEL-13792 - Rename components to default names, Camel-netty4 to camel-netty - Removed refs in netty4-http component

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

commit 99df1952ee9300067a63a324d587b55e854dbdd5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 7 12:59:18 2019 +0200

    CAMEL-13792 - Rename components to default names, Camel-netty4 to camel-netty - Removed refs in netty4-http component
---
 .../apache/camel/component/netty4/http/NettyHttpSendDynamicAware.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/NettyHttpSendDynamicAware.java b/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/NettyHttpSendDynamicAware.java
index a04bd0a..59ea2c0 100644
--- a/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/NettyHttpSendDynamicAware.java
+++ b/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/NettyHttpSendDynamicAware.java
@@ -24,7 +24,7 @@ public class NettyHttpSendDynamicAware extends HttpSendDynamicAware {
 
     @Override
     protected String[] parseUri(DynamicAwareEntry entry) {
-        // camel-netty4 parses the uri a bit differently than camel-http-common base class
+        // camel-netty parses the uri a bit differently than camel-http-common base class
 
         String scheme = entry.getProperties().get("protocol");
         String host = entry.getProperties().get("host");