This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit b6c7cd5cf5550de9524e9fb51ed4cc227b7d2027 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Oct 11 14:13:11 2021 +0200 CAMEL-16861: Cleanup and update EIP docs --- .../src/main/docs/modules/eips/pages/recipientList-eip.adoc | 2 +- .../src/generated/resources/org/apache/camel/model/recipientList.json | 2 +- .../src/main/java/org/apache/camel/model/RecipientListDefinition.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/recipientList-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/recipientList-eip.adoc index 41637a1..83d2abe 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/recipientList-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/recipientList-eip.adoc @@ -1,7 +1,7 @@ = Recipient List EIP :doctitle: Recipient List :shortname: recipientList -:description: Route messages to a number of dynamically specified recipients (dynamic to) +:description: Route messages to a number of dynamically specified recipients :since: :supportlevel: Stable diff --git a/core/camel-core-model/src/generated/resources/org/apache/camel/model/recipientList.json b/core/camel-core-model/src/generated/resources/org/apache/camel/model/recipientList.json index 16b38be..c0b03e8 100644 --- a/core/camel-core-model/src/generated/resources/org/apache/camel/model/recipientList.json +++ b/core/camel-core-model/src/generated/resources/org/apache/camel/model/recipientList.json @@ -3,7 +3,7 @@ "kind": "model", "name": "recipientList", "title": "Recipient List", - "description": "Route messages to a number of dynamically specified recipients (dynamic to)", + "description": "Route messages to a number of dynamically specified recipients", "deprecated": false, "label": "eip,routing", "javaType": "org.apache.camel.model.RecipientListDefinition", diff --git a/core/camel-core-model/src/main/java/org/apache/camel/model/RecipientListDefinition.java b/core/camel-core-model/src/main/java/org/apache/camel/model/RecipientListDefinition.java index 3af87d1..e381dd1 100644 --- a/core/camel-core-model/src/main/java/org/apache/camel/model/RecipientListDefinition.java +++ b/core/camel-core-model/src/main/java/org/apache/camel/model/RecipientListDefinition.java @@ -33,7 +33,7 @@ import org.apache.camel.model.language.ExpressionDefinition; import org.apache.camel.spi.Metadata; /** - * Route messages to a number of dynamically specified recipients (dynamic to) + * Route messages to a number of dynamically specified recipients */ @Metadata(label = "eip,routing") @XmlRootElement(name = "recipientList")