You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2013/02/14 12:51:30 UTC

svn commit: r1446134 - /camel/trunk/camel-core/src/main/java/org/apache/camel/util/ExchangeHelper.java

Author: davsclaus
Date: Thu Feb 14 11:51:29 2013
New Revision: 1446134

URL: http://svn.apache.org/r1446134
Log:
Polished javadoc

Modified:
    camel/trunk/camel-core/src/main/java/org/apache/camel/util/ExchangeHelper.java

Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/util/ExchangeHelper.java
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/util/ExchangeHelper.java?rev=1446134&r1=1446133&r2=1446134&view=diff
==============================================================================
--- camel/trunk/camel-core/src/main/java/org/apache/camel/util/ExchangeHelper.java (original)
+++ camel/trunk/camel-core/src/main/java/org/apache/camel/util/ExchangeHelper.java Thu Feb 14 11:51:29 2013
@@ -245,7 +245,8 @@ public final class ExchangeHelper {
 
     /**
      * Copies the results of a message exchange from the source exchange to the result exchange
-     * which will copy the out and fault message contents and the exception
+     * which will copy the message contents, exchange properties and the exception.
+     * Notice the {@link ExchangePattern} is <b>not</b> copied/altered.
      *
      * @param result the result exchange which will have the output and error state added
      * @param source the source exchange which is not modified