StringUtils.uncapitalize is not actually nullable
Issue: SPR-15540
This commit is contained in:
@@ -532,7 +532,6 @@ public abstract class StringUtils {
|
||||
* @param str the {@code String} to uncapitalize
|
||||
* @return the uncapitalized {@code String}
|
||||
*/
|
||||
@Nullable
|
||||
public static String uncapitalize(String str) {
|
||||
return changeFirstCharacterCase(str, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user