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 8d28aa9b7ab Regen for commit e4414f26df1f4d6ba6c35d0fa70e763d0f21c1e4 (#9709) 8d28aa9b7ab is described below commit 8d28aa9b7ab87c866a062738d6d720002248c3cc Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Mar 30 09:59:47 2023 +0200 Regen for commit e4414f26df1f4d6ba6c35d0fa70e763d0f21c1e4 (#9709) Signed-off-by: GitHub <nore...@github.com> Co-authored-by: davsclaus <davscl...@users.noreply.github.com> --- .../camel-api/src/main/java/org/apache/camel/CamelContext.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 ed740e19aa7..565930039f3 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 @@ -599,11 +599,11 @@ 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 + * @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 */ String addRouteFromTemplate(String routeId, String routeTemplateId, Map<String, Object> parameters) throws Exception;