sunhh hace 1 año
padre
commit
ce81e7e82c

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

@@ -88,9 +88,9 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils {
      * @param coll 要判断的Collection
      * @return true:为空 false:非空
      */
-    public static boolean isEmpty(Collection<?> coll) {
-        return isNull(coll) || coll.isEmpty();
-    }
+//    public static boolean isEmpty(Collection<?> coll) {
+//        return isNull(coll) || coll.isEmpty();
+//    }
 
     /**
      * * 判断一个Collection是否非空,包含List,Set,Queue

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

@@ -27,7 +27,7 @@ import javax.servlet.http.HttpServletResponse;
 
 import com.ozs.common.constant.HttpStatus;
 import com.ozs.common.exception.ServiceException;
-import com.sun.org.apache.regexp.internal.RE;
+//import com.sun.org.apache.regexp.internal.RE;
 import lombok.val;
 import org.apache.commons.lang3.ArrayUtils;
 import org.apache.commons.lang3.ObjectUtils;