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

commit 2ecf9d991116cacc840099cfbe8969c8775fd9f2
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jun 11 09:12:07 2020 +0200

    Regen documentation
---
 .../org/apache/camel/component/rabbitmq/rabbitmq.json        |  2 +-
 .../camel/builder/endpoint/StaticEndpointBuilders.java       | 12 ++++++------
 .../builder/endpoint/dsl/RabbitMQEndpointBuilderFactory.java | 12 ++++++------
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/components/camel-rabbitmq/src/generated/resources/org/apache/camel/component/rabbitmq/rabbitmq.json
 
b/components/camel-rabbitmq/src/generated/resources/org/apache/camel/component/rabbitmq/rabbitmq.json
index 5b84375..08e3bc9 100644
--- 
a/components/camel-rabbitmq/src/generated/resources/org/apache/camel/component/rabbitmq/rabbitmq.json
+++ 
b/components/camel-rabbitmq/src/generated/resources/org/apache/camel/component/rabbitmq/rabbitmq.json
@@ -76,7 +76,7 @@
     "username": { "kind": "property", "displayName": "Username", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": true, 
"defaultValue": "guest", "description": "Username in case of authenticated 
access" }
   },
   "properties": {
-    "exchangeName": { "kind": "path", "displayName": "Exchange Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "description": "The exchange name determines which exchange produced 
messages will sent to. In the case of consumers, the exchange name determines 
which exchange the queue will bind to." },
+    "exchangeName": { "kind": "path", "displayName": "Exchange Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "description": "The exchange name determines the exchange to which the 
produced messages will be sent to. In the case of consumers, the exchange name 
determines the exchange the queue will be bound to." },
     "addresses": { "kind": "parameter", "displayName": "Addresses", "group": 
"common", "label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "If 
this option is set, camel-rabbitmq will try to create connection based on the 
setting of option addresses. The addresses value is a string which looks like 
server1:12345, server2:12345" },
     "autoDelete": { "kind": "parameter", "displayName": "Auto Delete", 
"group": "common", "label": "common", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"true", "description": "If it is true, the exchange will be deleted when it is 
no longer in use" },
     "automaticRecoveryEnabled": { "kind": "parameter", "displayName": 
"Automatic Recovery Enabled", "group": "common", "label": "common", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"secret": false, "defaultValue": "true", "description": "Enables connection 
automatic recovery (uses connection implementation that performs automatic 
recovery when existing connection has failures)" },
diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index c7ebc03..0be4911 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -11587,9 +11587,9 @@ public class StaticEndpointBuilders {
      * Syntax: <code>rabbitmq:exchangeName</code>
      * 
      * Path parameter: exchangeName (required)
-     * The exchange name determines which exchange produced messages will sent
-     * to. In the case of consumers, the exchange name determines which 
exchange
-     * the queue will bind to.
+     * The exchange name determines the exchange to which the produced messages
+     * will be sent to. In the case of consumers, the exchange name determines
+     * the exchange the queue will be bound to.
      * 
      * @param path exchangeName
      */
@@ -11608,9 +11608,9 @@ public class StaticEndpointBuilders {
      * Syntax: <code>rabbitmq:exchangeName</code>
      * 
      * Path parameter: exchangeName (required)
-     * The exchange name determines which exchange produced messages will sent
-     * to. In the case of consumers, the exchange name determines which 
exchange
-     * the queue will bind to.
+     * The exchange name determines the exchange to which the produced messages
+     * will be sent to. In the case of consumers, the exchange name determines
+     * the exchange the queue will be bound to.
      * 
      * @param componentName to use a custom component name for the endpoint
      * instead of the default name
diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/RabbitMQEndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/RabbitMQEndpointBuilderFactory.java
index 00f624e..10bf6a0 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/RabbitMQEndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/RabbitMQEndpointBuilderFactory.java
@@ -3511,9 +3511,9 @@ public interface RabbitMQEndpointBuilderFactory {
          * Syntax: <code>rabbitmq:exchangeName</code>
          * 
          * Path parameter: exchangeName (required)
-         * The exchange name determines which exchange produced messages will
-         * sent to. In the case of consumers, the exchange name determines 
which
-         * exchange the queue will bind to.
+         * The exchange name determines the exchange to which the produced
+         * messages will be sent to. In the case of consumers, the exchange 
name
+         * determines the exchange the queue will be bound to.
          * 
          * @param path exchangeName
          */
@@ -3531,9 +3531,9 @@ public interface RabbitMQEndpointBuilderFactory {
          * Syntax: <code>rabbitmq:exchangeName</code>
          * 
          * Path parameter: exchangeName (required)
-         * The exchange name determines which exchange produced messages will
-         * sent to. In the case of consumers, the exchange name determines 
which
-         * exchange the queue will bind to.
+         * The exchange name determines the exchange to which the produced
+         * messages will be sent to. In the case of consumers, the exchange 
name
+         * determines the exchange the queue will be bound to.
          * 
          * @param componentName to use a custom component name for the endpoint
          * instead of the default name

Reply via email to