Javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1493082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b462572e01
commit
43b4c722bc
|
@ -1158,7 +1158,7 @@ public class StringUtils {
|
|||
}
|
||||
|
||||
/**
|
||||
* <p>Finds the first index within a CharSequence, handling {@code null}.
|
||||
* <p>Finds the last index within a CharSequence, handling {@code null}.
|
||||
* This method uses {@link String#lastIndexOf(String, int)} if possible.</p>
|
||||
*
|
||||
* <p>A {@code null} CharSequence will return {@code -1}.
|
||||
|
|
Loading…
Reference in New Issue