You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/01/30 11:52:26 UTC

[2/3] camel git commit: CAMEL-10759 Typo in documentation

CAMEL-10759 Typo in documentation 



Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6899bca5
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6899bca5
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6899bca5

Branch: refs/heads/master
Commit: 6899bca535db2fb8275edf06edef7dd35e6d7893
Parents: c22d808
Author: Paul Watson <pa...@pdwtech.com>
Authored: Mon Jan 30 09:56:30 2017 +0000
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Jan 30 12:49:54 2017 +0100

----------------------------------------------------------------------
 components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6899bca5/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc b/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
index 8a7b4df..84480cd 100644
--- a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
+++ b/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
@@ -243,7 +243,7 @@ Declaring a headers exchange and queue
 
 [source,java]
 ---------------------------------------------------------------------------------
-from("rabbitmq://localhost/ex?exchangeType=headers&queue=q&bindingArgs=bindArgs")
+from("rabbitmq://localhost/ex?exchangeType=headers&queue=q&bindingArgs=#bindArgs")
 ---------------------------------------------------------------------------------
 
 and place corresponding Map<String, Object> with the id of "bindArgs" in the Registry.