mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-05 18:25:26 +00:00
Merge branch 'main' of github.com:zfoo-project/zfoo into main
This commit is contained in:
@@ -179,7 +179,7 @@ public abstract class StringUtils {
|
||||
}
|
||||
|
||||
public static String trim(String str) {
|
||||
if (StringUtils.isBlank(str)) {
|
||||
if (isEmpty(str)) {
|
||||
return EMPTY;
|
||||
}
|
||||
return str.trim();
|
||||
|
||||
Reference in New Issue
Block a user