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:
parent
c5710ced50
commit
2658d6911f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue