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 2018/10/08 14:23:13 UTC

[camel] branch master updated: Fix an example URL of the camel-milo client (#2556)

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 536ec68  Fix an example URL of the camel-milo client (#2556)
536ec68 is described below

commit 536ec68543a7fd1dab42650e15ab457935e9c036
Author: Jens Reimann <ct...@dentrassi.de>
AuthorDate: Mon Oct 8 16:23:07 2018 +0200

    Fix an example URL of the camel-milo client (#2556)
---
 components/camel-milo/src/main/docs/milo-client-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-milo/src/main/docs/milo-client-component.adoc b/components/camel-milo/src/main/docs/milo-client-component.adoc
index 39c70e2..8eafa66 100644
--- a/components/camel-milo/src/main/docs/milo-client-component.adoc
+++ b/components/camel-milo/src/main/docs/milo-client-component.adoc
@@ -216,7 +216,7 @@ As the values generated by the syntax cannot be transparently encoded into a URI
 However Camel allows to wrap the actual value inside `RAW(…)`, which makes escaping unnecessary. For example:
 
 ------------------------
-milo-client://user:password@localhost:12345?node=RAW(nsu=http://foo.bar;s=foo/bar)
+milo-client:tcp://user:password@localhost:12345?node=RAW(nsu=http://foo.bar;s=foo/bar)
 ------------------------
 
 ==== Method ID