自动化立体仓库 - WMS系统
pang.jiabao
9 小时以前 d2aefe558f2dd373db402fedf94834e62c084d76
src/main/java/com/zy/system/entity/license/LicenseManagerHolder.java
@@ -11,9 +11,6 @@
        if (LICENSE_MANAGER == null) {
            synchronized (LicenseManagerHolder.class) {
                if (LICENSE_MANAGER == null) {
                    if (param == null) {
                        throw new IllegalStateException("LicenseParam must not be null");
                    }
                    LICENSE_MANAGER = new CustomLicenseManager(param);
                }
            }