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 07c12654646a5b5476837e715c92fcb8b3d8ccaa
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Feb 26 08:09:12 2022 +0100

    Polished
---
 .../src/main/java/org/apache/camel/spi/ProcessorExchangeFactory.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-api/src/main/java/org/apache/camel/spi/ProcessorExchangeFactory.java
 
b/core/camel-api/src/main/java/org/apache/camel/spi/ProcessorExchangeFactory.java
index 214635f..3c6c63e 100644
--- 
a/core/camel-api/src/main/java/org/apache/camel/spi/ProcessorExchangeFactory.java
+++ 
b/core/camel-api/src/main/java/org/apache/camel/spi/ProcessorExchangeFactory.java
@@ -62,7 +62,7 @@ public interface ProcessorExchangeFactory extends 
PooledObjectFactory<Exchange>,
     Exchange createCopy(Exchange exchange);
 
     /**
-     * Gets a copy of the given {@link Exchange} the the copy is correlated to 
the source
+     * Gets a copy of the given {@link Exchange} and the copy is correlated to 
the source
      *
      * @param exchange original exchange
      * @param handover whether the on completion callbacks should be handed 
over to the new copy.

Reply via email to