You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/12/14 13:42:47 UTC

[camel] branch master updated: Fix typo in Exchange.java JavaDoc

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 07cdcc2  Fix typo in Exchange.java JavaDoc
07cdcc2 is described below

commit 07cdcc2619c07f02f6ee643b277434f47ad9e98e
Author: 31KM <ma...@kleberonline.de>
AuthorDate: Fri Dec 14 14:33:20 2018 +0100

    Fix typo in Exchange.java JavaDoc
---
 camel-core/src/main/java/org/apache/camel/Exchange.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-core/src/main/java/org/apache/camel/Exchange.java b/camel-core/src/main/java/org/apache/camel/Exchange.java
index 6ca2ac6..1a1b395 100644
--- a/camel-core/src/main/java/org/apache/camel/Exchange.java
+++ b/camel-core/src/main/java/org/apache/camel/Exchange.java
@@ -48,7 +48,7 @@ import org.apache.camel.spi.UnitOfWork;
  * and set it as the in for the next {@link Processor}. If the previous {@link Processor} did not
  * produce an out, then the in of the previous {@link Processor} is sent as the next in. At the
  * end of the processing chain, depending on the {@link ExchangePattern Message Exchange Pattern} (or MEP)
- * the last out (or in of no out available) is sent by the {@link Consumer} back to the original caller.
+ * the last out (or in if no out available) is sent by the {@link Consumer} back to the original caller.
  * <p/>
  * Camel, in addition to providing out-of-the-box a large number of useful processors, it also allows 
  * you to implement and use your own. When the Exchange is passed to a {@link Processor}, it always