浏览代码

isEmptySunhh

sunhh 2 年之前
父节点
当前提交
c8c516e475
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      base-common/src/main/java/com/ozs/common/utils/StringUtils.java

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

@@ -42,6 +42,7 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils {
 
     //为null,为"",为 "   " --- sunhh
     public static boolean isEmptySunhh(final Object obj) {
+
         int strLen;
         if (obj == null) {
             return true;