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
commit 75fe8ecaa90c1103fdca69632a70ee7f72bed124 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Mar 7 15:39:22 2022 +0100 Regen --- .../main/java/org/apache/camel/model/ProcessorDefinition.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java b/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java index ca37b7a..e61d2ce 100644 --- a/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java +++ b/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java @@ -3817,7 +3817,7 @@ public abstract class ProcessorDefinition<Type extends ProcessorDefinition<Type> * This defines the route as resumable, which allows the route to work with the endpoints and components to manage * the state of consumers and resume upon restart. * - * @return the builder + * @return the builder */ public ResumableDefinition resumable() { ResumableDefinition answer = new ResumableDefinition(); @@ -3829,8 +3829,8 @@ public abstract class ProcessorDefinition<Type extends ProcessorDefinition<Type> * This defines the route as resumable, which allows the route to work with the endpoints and components to manage * the state of consumers and resume upon restart. * - * @param resumeStrategy the resume strategy - * @return the builder + * @param resumeStrategy the resume strategy + * @return the builder */ public Type resumable(ResumeStrategy resumeStrategy) { ResumableDefinition answer = new ResumableDefinition(); @@ -3843,8 +3843,8 @@ public abstract class ProcessorDefinition<Type extends ProcessorDefinition<Type> * This defines the route as resumable, which allows the route to work with the endpoints and components to manage * the state of consumers and resume upon restart. * - * @param resumeStrategy the resume strategy - * @return the builder + * @param resumeStrategy the resume strategy + * @return the builder */ public Type resumable(String resumeStrategy) { ResumableDefinition answer = new ResumableDefinition();