This is an automated email from the ASF dual-hosted git repository. pascalschumacher 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 8d67dc9 OnExceptionDefinition: Fix/improve javadoc 8d67dc9 is described below commit 8d67dc94ab0d08f9edc8ab325b67ef671a99942a Author: PascalSchumacher <pascalschumac...@gmx.net> AuthorDate: Mon Feb 14 20:26:00 2022 +0100 OnExceptionDefinition: Fix/improve javadoc --- .../src/main/java/org/apache/camel/model/OnExceptionDefinition.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-core-model/src/main/java/org/apache/camel/model/OnExceptionDefinition.java b/core/camel-core-model/src/main/java/org/apache/camel/model/OnExceptionDefinition.java index 1c45c68..fa6df88 100644 --- a/core/camel-core-model/src/main/java/org/apache/camel/model/OnExceptionDefinition.java +++ b/core/camel-core-model/src/main/java/org/apache/camel/model/OnExceptionDefinition.java @@ -365,7 +365,7 @@ public class OnExceptionDefinition extends OutputDefinition<OnExceptionDefinitio } /** - * Allow synchronous delayed redelivery. + * Allow asynchronous delayed redelivery. * * @see RedeliveryPolicy#setAsyncDelayedRedelivery(boolean) * @return the builder @@ -376,7 +376,7 @@ public class OnExceptionDefinition extends OutputDefinition<OnExceptionDefinitio } /** - * Sets the logging level to use when retries has exhausted + * Sets the logging level to use when retries have been exhausted * * @param retriesExhaustedLogLevel the logging level * @return the builder