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 91846ec9ad579c0de97141c0623d4538a451b46a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Sep 23 17:11:20 2021 +0200 Regen --- .../java/org/apache/camel/model/InterceptSendToEndpointDefinition.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-core-model/src/main/java/org/apache/camel/model/InterceptSendToEndpointDefinition.java b/core/camel-core-model/src/main/java/org/apache/camel/model/InterceptSendToEndpointDefinition.java index 21934a1..af9380c 100644 --- a/core/camel-core-model/src/main/java/org/apache/camel/model/InterceptSendToEndpointDefinition.java +++ b/core/camel-core-model/src/main/java/org/apache/camel/model/InterceptSendToEndpointDefinition.java @@ -111,7 +111,7 @@ public class InterceptSendToEndpointDefinition extends OutputDefinition<Intercep /** * After sending to the endpoint then send the message to this url which allows to process its result. * - * @return the builder + * @return the builder * @deprecated use {@link #afterUri(String)} */ @Deprecated