You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/12/07 13:50:15 UTC

[camel] branch main updated: Regen for commit 3bcc047dcb54b064df5de3beacc4af57971a47f6

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 611f277fa6d Regen for commit 3bcc047dcb54b064df5de3beacc4af57971a47f6
611f277fa6d is described below

commit 611f277fa6df65772e379fbf4cea062b4f29dc2b
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Wed Dec 7 13:47:01 2022 +0000

    Regen for commit 3bcc047dcb54b064df5de3beacc4af57971a47f6
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../main/java/org/apache/camel/CamelContext.java   | 24 +++++++++++-----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/core/camel-api/src/main/java/org/apache/camel/CamelContext.java b/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
index a09faa5cb4c..90aff10ee92 100644
--- a/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
+++ b/core/camel-api/src/main/java/org/apache/camel/CamelContext.java
@@ -627,12 +627,12 @@ public interface CamelContext extends CamelContextLifecycle, RuntimeConfiguratio
      * Camel end users should favour using {@link org.apache.camel.builder.TemplatedRouteBuilder} which is a fluent
      * builder with more functionality than this API.
      *
-     * @param  routeId         the id of the new route to add (optional)
-     * @param  routeTemplateId the id of the route template (mandatory)
-     * @param  parameters      parameters to use for the route template when creating the new route
-     * @return                 the id of the route added (for example when an id was auto assigned)
-     * @throws Exception       is thrown if error creating and adding the new route
-     * @deprecated use {@link #addRouteFromTemplate(String, String, String, Map)}
+     * @param      routeId         the id of the new route to add (optional)
+     * @param      routeTemplateId the id of the route template (mandatory)
+     * @param      parameters      parameters to use for the route template when creating the new route
+     * @return                     the id of the route added (for example when an id was auto assigned)
+     * @throws     Exception       is thrown if error creating and adding the new route
+     * @deprecated                 use {@link #addRouteFromTemplate(String, String, String, Map)}
      */
     @Deprecated
     String addRouteFromTemplate(String routeId, String routeTemplateId, Map<String, Object> parameters) throws Exception;
@@ -661,12 +661,12 @@ public interface CamelContext extends CamelContextLifecycle, RuntimeConfiguratio
      * Camel end users should favour using {@link org.apache.camel.builder.TemplatedRouteBuilder} which is a fluent
      * builder with more functionality than this API.
      *
-     * @param  routeId              the id of the new route to add (optional)
-     * @param  routeTemplateId      the id of the route template (mandatory)
-     * @param  routeTemplateContext the route template context (mandatory)
-     * @return                      the id of the route added (for example when an id was auto assigned)
-     * @throws Exception            is thrown if error creating and adding the new route
-     * @deprecated use {@link #addRouteFromTemplate(String, String, String, RouteTemplateContext)}
+     * @param      routeId              the id of the new route to add (optional)
+     * @param      routeTemplateId      the id of the route template (mandatory)
+     * @param      routeTemplateContext the route template context (mandatory)
+     * @return                          the id of the route added (for example when an id was auto assigned)
+     * @throws     Exception            is thrown if error creating and adding the new route
+     * @deprecated                      use {@link #addRouteFromTemplate(String, String, String, RouteTemplateContext)}
      */
     @Deprecated
     String addRouteFromTemplate(String routeId, String routeTemplateId, RouteTemplateContext routeTemplateContext)