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 bfcbcb15346 Typo bfcbcb15346 is described below commit bfcbcb15346fe46d89b4613cf501d91135945dc9 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Sep 21 12:14:02 2022 +0200 Typo --- .../camel/component/netty/TimeoutCorrelationManagerSupport.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-netty/src/main/java/org/apache/camel/component/netty/TimeoutCorrelationManagerSupport.java b/components/camel-netty/src/main/java/org/apache/camel/component/netty/TimeoutCorrelationManagerSupport.java index a382a05d0ff..bbeeeb0d850 100644 --- a/components/camel-netty/src/main/java/org/apache/camel/component/netty/TimeoutCorrelationManagerSupport.java +++ b/components/camel-netty/src/main/java/org/apache/camel/component/netty/TimeoutCorrelationManagerSupport.java @@ -113,12 +113,12 @@ public abstract class TimeoutCorrelationManagerSupport extends ServiceSupport } /** - * Implement this method to extract the correaltion id from the request message body. + * Implement this method to extract the correlation id from the request message body. */ public abstract String getRequestCorrelationId(Object request); /** - * Implement this method to extract the correaltion id from the response message body. + * Implement this method to extract the correlation id from the response message body. */ public abstract String getResponseCorrelationId(Object response);