ソースを参照

StringUtils工具类

sunhh 2 年 前
コミット
5d36ef24a2

+ 1 - 1
base-common/src/main/java/com/ozs/common/utils/StringUtils.java

@@ -19,7 +19,7 @@ import com.ozs.common.core.text.StrFormatter;
 public class StringUtils extends org.apache.commons.lang3.StringUtils {
 
     //为null,为"",为 "   " --- sunhh
-    public static boolean isEmptyS(final Object obj) {
+    public static boolean isEmpty(final Object obj) {
         int strLen;
         if (obj == null) {
             return true;