This is an automated email from the ASF dual-hosted git repository.

acosentino 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 d9a3052d100 Regen for commit 0d70f83d301efd3d05f736c10b295473843678f8
d9a3052d100 is described below

commit d9a3052d10039345c2707050c20ddeeba40d9f8b
Author: davsclaus <davscl...@users.noreply.github.com>
AuthorDate: Thu Jan 12 13:16:12 2023 +0000

    Regen for commit 0d70f83d301efd3d05f736c10b295473843678f8
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../src/main/java/org/apache/camel/spi/RestApiProcessorFactory.java  | 4 ++--
 .../src/main/java/org/apache/camel/spi/RestConfiguration.java        | 5 ++---
 core/camel-api/src/main/java/org/apache/camel/spi/RestRegistry.java  | 3 +--
 .../main/java/org/apache/camel/main/RestConfigurationProperties.java | 5 ++---
 4 files changed, 7 insertions(+), 10 deletions(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/spi/RestApiProcessorFactory.java
 
b/core/camel-api/src/main/java/org/apache/camel/spi/RestApiProcessorFactory.java
index 374596a7355..b3e85d54fd2 100644
--- 
a/core/camel-api/src/main/java/org/apache/camel/spi/RestApiProcessorFactory.java
+++ 
b/core/camel-api/src/main/java/org/apache/camel/spi/RestApiProcessorFactory.java
@@ -25,8 +25,8 @@ import org.apache.camel.Processor;
  * Allows SPI to plugin a {@link RestApiProcessorFactory} that creates the 
Camel {@link Processor} responsible for
  * servicing and generating the REST API documentation.
  * <p/>
- * For example the <tt>camel-openapi-java</tt> component provides such a 
factory that
- * uses OpenAPI/Swagger to generate the documentation.
+ * For example the <tt>camel-openapi-java</tt> component provides such a 
factory that uses OpenAPI/Swagger to generate
+ * the documentation.
  */
 public interface RestApiProcessorFactory {
 
diff --git 
a/core/camel-api/src/main/java/org/apache/camel/spi/RestConfiguration.java 
b/core/camel-api/src/main/java/org/apache/camel/spi/RestConfiguration.java
index 8283f66f46b..4789476bc67 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/RestConfiguration.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/RestConfiguration.java
@@ -142,9 +142,8 @@ public class RestConfiguration {
 
     /**
      * Sets the location of the api document (swagger api) the REST producer 
will use to validate the REST uri and query
-     * parameters are valid accordingly to the api document. This requires 
adding camel-openapi-java
-     * to the classpath, and any miss configuration will let Camel fail on 
startup and report the
-     * error(s).
+     * parameters are valid accordingly to the api document. This requires 
adding camel-openapi-java to the classpath,
+     * and any miss configuration will let Camel fail on startup and report 
the error(s).
      * <p/>
      * The location of the api document is loaded from classpath by default, 
but you can use <tt>file:</tt> or
      * <tt>http:</tt> to refer to resources to load from file or http url.
diff --git 
a/core/camel-api/src/main/java/org/apache/camel/spi/RestRegistry.java 
b/core/camel-api/src/main/java/org/apache/camel/spi/RestRegistry.java
index fd7d250183b..1dd1ced4a57 100644
--- a/core/camel-api/src/main/java/org/apache/camel/spi/RestRegistry.java
+++ b/core/camel-api/src/main/java/org/apache/camel/spi/RestRegistry.java
@@ -141,8 +141,7 @@ public interface RestRegistry extends Service {
     int size();
 
     /**
-     * Outputs the Rest services API documentation in JSON (requires 
camel-openapi-java on
-     * classpath)
+     * Outputs the Rest services API documentation in JSON (requires 
camel-openapi-java on classpath)
      *
      * @return the API docs in JSon, or <tt>null</tt> if camel-openapi-java is 
not on classpath
      */
diff --git 
a/core/camel-main/src/main/java/org/apache/camel/main/RestConfigurationProperties.java
 
b/core/camel-main/src/main/java/org/apache/camel/main/RestConfigurationProperties.java
index 2674836d467..82b3cf4aa97 100644
--- 
a/core/camel-main/src/main/java/org/apache/camel/main/RestConfigurationProperties.java
+++ 
b/core/camel-main/src/main/java/org/apache/camel/main/RestConfigurationProperties.java
@@ -137,9 +137,8 @@ public class RestConfigurationProperties extends 
RestConfiguration implements Bo
 
     /**
      * Sets the location of the api document (swagger api) the REST producer 
will use to validate the REST uri and query
-     * parameters are valid accordingly to the api document. This requires 
adding camel-openapi-java
-     * to the classpath, and any miss configuration will let Camel fail on 
startup and report the
-     * error(s).
+     * parameters are valid accordingly to the api document. This requires 
adding camel-openapi-java to the classpath,
+     * and any miss configuration will let Camel fail on startup and report 
the error(s).
      * <p/>
      * The location of the api document is loaded from classpath by default, 
but you can use <tt>file:</tt> or
      * <tt>http:</tt> to refer to resources to load from file or http url.

Reply via email to