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/01/15 12:43:01 UTC

[camel] branch master updated: Fixed the scheme for milo-client 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


The following commit(s) were added to refs/heads/master by this push:
     new 21adf61  Fixed the scheme for milo-client component
21adf61 is described below

commit 21adf61abab8ae34548712b81ff0d1491028f0b8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 15 13:42:30 2019 +0100

    Fixed the scheme for milo-client component
---
 .../org/apache/camel/component/milo/client/MiloClientComponent.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientComponent.java b/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientComponent.java
index 55b6f8a..cdb3154 100644
--- a/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientComponent.java
+++ b/components/camel-milo/src/main/java/org/apache/camel/component/milo/client/MiloClientComponent.java
@@ -25,7 +25,7 @@ import org.apache.camel.Endpoint;
 import org.apache.camel.spi.annotations.Component;
 import org.apache.camel.support.DefaultComponent;
 
-@Component("mila-client")
+@Component("milo-client")
 public class MiloClientComponent extends DefaultComponent {
 
     private final Map<String, MiloClientConnection> cache = new HashMap<>();