mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-10 20:15:00 +00:00
fix StringUtils.upperCase(String str) java doc
This commit is contained in:
parent
3228ab0459
commit
ef07c645ef
@ -9446,7 +9446,7 @@ public static String unwrap(final String str, final String wrapToken) {
|
||||
*
|
||||
* <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 #upperCase(String, Locale)}
|
||||
* should be used with a specific locale (e.g. {@link Locale#ENGLISH}).</p>
|
||||
*
|
||||
* @param str the String to upper case, may be null
|
||||
|
Loading…
x
Reference in New Issue
Block a user