Fixing javadoc. The replaceEachRepeatedly does in fact repeat. Related to LANG-686

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1151340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-07-27 05:55:39 +00:00
parent 37b9565b26
commit 85d6318351
1 changed files with 1 additions and 2 deletions

View File

@ -3924,8 +3924,7 @@ public class StringUtils {
* <p> * <p>
* A {@code null} reference passed to this method is a no-op, or if * 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 * any "search string" or "string to replace" is null, that replace will be
* ignored. This will not repeat. For repeating replaces, call the * ignored.
* overloaded method.
* </p> * </p>
* *
* <pre> * <pre>