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:
Sebastian Bazley 2013-06-14 14:18:31 +00:00
parent b462572e01
commit 43b4c722bc
1 changed files with 1 additions and 1 deletions

View File

@ -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}.