git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1082557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-03-17 16:17:32 +00:00
parent 2f35b447d8
commit a4a6904b72
1 changed files with 1 additions and 1 deletions

View File

@ -4911,7 +4911,7 @@ public static String center(CharSequence seq, int size, CharSequence padStr) {
*
* <p><strong>Note:</strong> As described in the documentation for {@link String#toUpperCase()},
* the result of this method is affected by the current locale.
* For platform-independent case transformations, the method {@link #lowerCase(String, Locale)}
* For platform-independent case transformations, the method {@link #lowerCase(CharSequence, Locale)}
* should be used with a specific locale (e.g. {@link Locale#ENGLISH}).</p>
*
* @param seq the CharSequence to upper case, may be null