Minor tweak to javadoc to improve clarity

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1033113 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2010-11-09 17:35:47 +00:00
parent c5710ced50
commit 2658d6911f
1 changed files with 1 additions and 1 deletions

View File

@ -1603,7 +1603,7 @@ public class StringUtils {
* character not in the given set of characters.</p>
*
* <p>A <code>null</code> String will return <code>-1</code>.
* A <code>null</code> search string will return <code>-1</code>.</p>
* A <code>null</code> or empty search string will return <code>-1</code>.</p>
*
* <pre>
* StringUtils.indexOfAnyBut(null, *) = -1