Author: bayard
Date: Wed Jul 27 05:55:39 2011
New Revision: 1151340

URL: http://svn.apache.org/viewvc?rev=1151340&view=rev
Log:
Fixing javadoc. The replaceEachRepeatedly does in fact repeat. Related to 
LANG-686

Modified:
    
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

Modified: 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java?rev=1151340&r1=1151339&r2=1151340&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java
 (original)
+++ 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java
 Wed Jul 27 05:55:39 2011
@@ -3924,8 +3924,7 @@ public class StringUtils {
      * <p>
      * A {@code null} reference passed to this method is a no-op, or if
      * any "search string" or "string to replace" is null, that replace will be
-     * ignored. This will not repeat. For repeating replaces, call the
-     * overloaded method.
+     * ignored. 
      * </p>
      *
      * <pre>


Reply via email to