You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bi...@apache.org on 2012/12/04 12:42:31 UTC

svn commit: r1416897 - /camel/trunk/camel-core/src/main/java/org/apache/camel/builder/NotifyBuilder.java

Author: bibryam
Date: Tue Dec  4 11:42:30 2012
New Revision: 1416897

URL: http://svn.apache.org/viewvc?rev=1416897&view=rev
Log:
Fixed typo

Modified:
    camel/trunk/camel-core/src/main/java/org/apache/camel/builder/NotifyBuilder.java

Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/builder/NotifyBuilder.java
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/builder/NotifyBuilder.java?rev=1416897&r1=1416896&r2=1416897&view=diff
==============================================================================
--- camel/trunk/camel-core/src/main/java/org/apache/camel/builder/NotifyBuilder.java (original)
+++ camel/trunk/camel-core/src/main/java/org/apache/camel/builder/NotifyBuilder.java Tue Dec  4 11:42:30 2012
@@ -1205,7 +1205,7 @@ public class NotifyBuilder {
     }
 
     /**
-     * Does all the expression match?
+     * Does all the expressions match?
      * <p/>
      * This operation will wait until the match is <tt>true</tt> or otherwise a timeout occur
      * which means <tt>false</tt> will be returned.