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 9554181  Regen
9554181 is described below

commit 9554181c81c8cfc0e02a408a7b2fbe4427904e5c
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Aug 7 16:35:49 2020 +0200

    Regen
---
 .../resources/org/apache/camel/catalog/docs/recipientList-eip.adoc      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/recipientList-eip.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/recipientList-eip.adoc
index 87079a0..a74a469 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/recipientList-eip.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/recipientList-eip.adoc
@@ -49,7 +49,7 @@ The following example shows how to route a request from an 
input *queue:a* endpo
 [source,java]
 ----
 from("jms:queue:a")
-    .recipientList("direct:b,direct:c,direct:d");
+    .recipientList(constant("direct:b,direct:c,direct:d"));
 ----
 
 And in XML:

Reply via email to