yangys
2024-05-18 c9b04383c77f91ac309e37e70783edcf8a9298b5
smart-core-tool/src/main/java/com/qianwen/core/tool/utils/CollectionUtil.java
@@ -13,7 +13,7 @@
import org.springframework.lang.Nullable;
import org.springframework.util.CollectionUtils;
/* loaded from: blade-core-tool-9.3.0.0-SNAPSHOT.jar:org/springblade/core/tool/utils/CollectionUtil.class */
public class CollectionUtil extends CollectionUtils {
    public static boolean isNotEmpty(@Nullable Collection<?> collection) {
        return !isEmpty(collection);