This is an automated email from the ASF dual-hosted git repository. orpiske 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 23e123c7e79 Regen for commit 406b4c14d6233f24ed4d797fd0197ab2dcbcdd59 23e123c7e79 is described below commit 23e123c7e7986c66252b726ba4f4684104ee7a29 Author: orpiske <orpi...@users.noreply.github.com> AuthorDate: Fri Jun 10 15:21:50 2022 +0000 Regen for commit 406b4c14d6233f24ed4d797fd0197ab2dcbcdd59 Signed-off-by: GitHub <nore...@github.com> --- .../java/org/apache/camel/resume/ResumeActionAware.java | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/core/camel-api/src/main/java/org/apache/camel/resume/ResumeActionAware.java b/core/camel-api/src/main/java/org/apache/camel/resume/ResumeActionAware.java index f5fa89d91e4..f89e8abe68b 100644 --- a/core/camel-api/src/main/java/org/apache/camel/resume/ResumeActionAware.java +++ b/core/camel-api/src/main/java/org/apache/camel/resume/ResumeActionAware.java @@ -18,15 +18,12 @@ package org.apache.camel.resume; /** - * Provides an interface for adapters and other resume-related code to - * allow them to offer a way to set actions to be executed during the resume - * process. This is most likely to be used in situations where the resume - * adapter does not have the information required to resume because the - * resume logic is too broad (i.e.: a database component trying to resume - * operations cannot know in advance what is the SQL to be executed). + * Provides an interface for adapters and other resume-related code to allow them to offer a way to set actions to be + * executed during the resume process. This is most likely to be used in situations where the resume adapter does not + * have the information required to resume because the resume logic is too broad (i.e.: a database component trying to + * resume operations cannot know in advance what is the SQL to be executed). * - * This provides a way for integrations to inject that part of the logic - * into the resume API. + * This provides a way for integrations to inject that part of the logic into the resume API. */ public interface ResumeActionAware extends ResumeAdapter {