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 2011/03/09 12:03:20 UTC

svn commit: r1079743 - /camel/trunk/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java

Author: davsclaus
Date: Wed Mar  9 11:03:20 2011
New Revision: 1079743

URL: http://svn.apache.org/viewvc?rev=1079743&view=rev
Log:
Fixed javadoc wrong for splitter DSL

Modified:
    camel/trunk/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java

Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java?rev=1079743&r1=1079742&r2=1079743&view=diff
==============================================================================
--- camel/trunk/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java (original)
+++ camel/trunk/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java Wed Mar  9 11:03:20 2011
@@ -1629,8 +1629,8 @@ public abstract class ProcessorDefinitio
      * <a href="http://camel.apache.org/splitter.html">Splitter EIP:</a>
      * Creates a splitter allowing you split a message into a number of pieces and process them individually.
      * <p>
-     * This splitter responds with the latest message returned from destination
-     * endpoint.
+     * This splitter responds with the original input message. You can use a custom {@link AggregationStrategy} to
+     * control what to respond from the splitter.
      *
      * @return the expression clause builder for the expression on which to split
      */
@@ -1644,8 +1644,8 @@ public abstract class ProcessorDefinitio
      * <a href="http://camel.apache.org/splitter.html">Splitter EIP:</a>
      * Creates a splitter allowing you split a message into a number of pieces and process them individually.
      * <p>
-     * This splitter responds with the latest message returned from destination
-     * endpoint.
+     * This splitter responds with the original input message. You can use a custom {@link AggregationStrategy} to
+     * control what to respond from the splitter.
      *
      * @param expression  the expression on which to split the message
      * @return the builder