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
The following commit(s) were added to refs/heads/main by this push:
new 85079a916f2 Regen
85079a916f2 is described below
commit 85079a916f2422d0e5f4e63ddf9a583e01b60bd0
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jun 27 19:54:56 2022 +0200
Regen
---
.../camel/component/rest/RestApiEndpoint.java | 6 +++---
.../apache/camel/component/rest/RestComponent.java | 22 +++++++++++-----------
.../apache/camel/component/rest/RestEndpoint.java | 14 +++++++-------
3 files changed, 21 insertions(+), 21 deletions(-)
diff --git
a/components/camel-rest/src/main/java/org/apache/camel/component/rest/RestApiEndpoint.java
b/components/camel-rest/src/main/java/org/apache/camel/component/rest/RestApiEndpoint.java
index c7e0836591f..50a4caa30bf 100644
---
a/components/camel-rest/src/main/java/org/apache/camel/component/rest/RestApiEndpoint.java
+++
b/components/camel-rest/src/main/java/org/apache/camel/component/rest/RestApiEndpoint.java
@@ -87,9 +87,9 @@ public class RestApiEndpoint extends DefaultEndpoint {
/**
* The Camel Rest component to use for the consumer REST transport, such
as jetty, servlet, undertow. If no
- * component has been explicitly configured, then Camel will lookup if
there is a Camel component that integrates with
- * the Rest DSL, or if a org.apache.camel.spi.RestConsumerFactory is
registered in the registry. If either one is
- * found, then that is being used.
+ * component has been explicitly configured, then Camel will lookup if
there is a Camel component that integrates
+ * with the Rest DSL, or if a org.apache.camel.spi.RestConsumerFactory is
registered in the registry. If either one
+ * is found, then that is being used.
*/
public void setConsumerComponentName(String consumerComponentName) {
this.consumerComponentName = consumerComponentName;
diff --git
a/components/camel-rest/src/main/java/org/apache/camel/component/rest/RestComponent.java
b/components/camel-rest/src/main/java/org/apache/camel/component/rest/RestComponent.java
index 290418ab5fd..1353e191da0 100644
---
a/components/camel-rest/src/main/java/org/apache/camel/component/rest/RestComponent.java
+++
b/components/camel-rest/src/main/java/org/apache/camel/component/rest/RestComponent.java
@@ -145,9 +145,9 @@ public class RestComponent extends DefaultComponent {
/**
* The Camel Rest component to use for the consumer REST transport, such
as jetty, servlet, undertow. If no
- * component has been explicitly configured, then Camel will lookup if
there is a Camel component that integrates with
- * the Rest DSL, or if a org.apache.camel.spi.RestConsumerFactory is
registered in the registry. If either one is
- * found, then that is being used.
+ * component has been explicitly configured, then Camel will lookup if
there is a Camel component that integrates
+ * with the Rest DSL, or if a org.apache.camel.spi.RestConsumerFactory is
registered in the registry. If either one
+ * is found, then that is being used.
*/
public void setConsumerComponentName(String consumerComponentName) {
this.consumerComponentName = consumerComponentName;
@@ -158,10 +158,10 @@ public class RestComponent extends DefaultComponent {
}
/**
- * The Camel Rest component to use for the producer REST transport, such
as http, undertow. If no component has
- * been explicitly configured, then Camel will lookup if there is a Camel
component that integrates with the Rest DSL,
- * or if a org.apache.camel.spi.RestProducerFactory is registered in the
registry. If either one is found, then that
- * is being used.
+ * The Camel Rest component to use for the producer REST transport, such
as http, undertow. If no component has been
+ * explicitly configured, then Camel will lookup if there is a Camel
component that integrates with the Rest DSL, or
+ * if a org.apache.camel.spi.RestProducerFactory is registered in the
registry. If either one is found, then that is
+ * being used.
*/
public void setProducerComponentName(String producerComponentName) {
this.producerComponentName = producerComponentName;
@@ -173,10 +173,10 @@ public class RestComponent extends DefaultComponent {
}
/**
- * The Camel Rest component to use for the producer REST transport, such
as http, undertow. If no component has
- * been explicitly configured, then Camel will lookup if there is a Camel
component that integrates with the Rest DSL,
- * or if a org.apache.camel.spi.RestProducerFactory is registered in the
registry. If either one is found, then that
- * is being used.
+ * The Camel Rest component to use for the producer REST transport, such
as http, undertow. If no component has been
+ * explicitly configured, then Camel will lookup if there is a Camel
component that integrates with the Rest DSL, or
+ * if a org.apache.camel.spi.RestProducerFactory is registered in the
registry. If either one is found, then that is
+ * being used.
*
* @deprecated use producerComponentName instead
*/
diff --git
a/components/camel-rest/src/main/java/org/apache/camel/component/rest/RestEndpoint.java
b/components/camel-rest/src/main/java/org/apache/camel/component/rest/RestEndpoint.java
index 57afcaf8c41..8870a05038c 100644
---
a/components/camel-rest/src/main/java/org/apache/camel/component/rest/RestEndpoint.java
+++
b/components/camel-rest/src/main/java/org/apache/camel/component/rest/RestEndpoint.java
@@ -177,10 +177,10 @@ public class RestEndpoint extends DefaultEndpoint {
}
/**
- * The Camel Rest component to use for the producer REST transport, such
as http, undertow. If no component has
- * been explicitly configured, then Camel will lookup if there is a Camel
component that integrates with the Rest DSL,
- * or if a org.apache.camel.spi.RestProducerFactory is registered in the
registry. If either one is found, then that
- * is being used.
+ * The Camel Rest component to use for the producer REST transport, such
as http, undertow. If no component has been
+ * explicitly configured, then Camel will lookup if there is a Camel
component that integrates with the Rest DSL, or
+ * if a org.apache.camel.spi.RestProducerFactory is registered in the
registry. If either one is found, then that is
+ * being used.
*/
public void setProducerComponentName(String producerComponentName) {
this.producerComponentName = producerComponentName;
@@ -192,9 +192,9 @@ public class RestEndpoint extends DefaultEndpoint {
/**
* The Camel Rest component to use for the consumer REST transport, such
as jetty, servlet, undertow. If no
- * component has been explicitly configured, then Camel will lookup if
there is a Camel component that integrates with
- * the Rest DSL, or if a org.apache.camel.spi.RestConsumerFactory is
registered in the registry. If either one is
- * found, then that is being used.
+ * component has been explicitly configured, then Camel will lookup if
there is a Camel component that integrates
+ * with the Rest DSL, or if a org.apache.camel.spi.RestConsumerFactory is
registered in the registry. If either one
+ * is found, then that is being used.
*/
public void setConsumerComponentName(String consumerComponentName) {
this.consumerComponentName = consumerComponentName;