Upgraded version to 1.0.0
This commit is contained in:
parent
6e944c2608
commit
8ac24562c0
3 changed files with 6 additions and 6 deletions
|
@ -439,10 +439,10 @@ public final class RenderUtils {
|
|||
}
|
||||
|
||||
/**
|
||||
* Un-capitalizes a String.
|
||||
* Uncapitalizes a String.
|
||||
*
|
||||
* @param src the source String
|
||||
* @return the capitalized String
|
||||
* @return the uncapitalized String
|
||||
*/
|
||||
public static String uncapitalize(String src) {
|
||||
if (src == null || src.isBlank()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue