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/08 11:16:45 UTC

[camel] 20/21: CAMEL-13792 - Rename components to default names, Camel-netty4-http to camel-netty-http - Fixed last refs

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 470ab5c88835676e3a5ba9c9e4b7868a1dd68a1f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 8 12:42:00 2019 +0200

    CAMEL-13792 - Rename components to default names, Camel-netty4-http to camel-netty-http - Fixed last refs
---
 .../apache/camel/model/cloud/ServiceCallConfigurationDefinition.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core/src/main/java/org/apache/camel/model/cloud/ServiceCallConfigurationDefinition.java b/core/camel-core/src/main/java/org/apache/camel/model/cloud/ServiceCallConfigurationDefinition.java
index d1fcb3b..4fd32f6 100644
--- a/core/camel-core/src/main/java/org/apache/camel/model/cloud/ServiceCallConfigurationDefinition.java
+++ b/core/camel-core/src/main/java/org/apache/camel/model/cloud/ServiceCallConfigurationDefinition.java
@@ -298,7 +298,7 @@ public class ServiceCallConfigurationDefinition extends IdentifiedType {
     /**
      * Sets the default Camel component to use for calling the remote service.
      * <p/>
-     * By default the http component is used. You can configure this to use <tt>netty4-http</tt>, <tt>jetty</tt>,
+     * By default the http component is used. You can configure this to use <tt>netty-http</tt>, <tt>jetty</tt>,
      * <tt>restlet</tt> or some other components of choice. If the service is not HTTP protocol you can use other
      * components such as <tt>mqtt</tt>, <tt>jms</tt>, <tt>amqp</tt> etc.
      * <p/>