自动化立体仓库 - WMS系统
pang.jiabao
5 天以前 5bfb795460d67c42b889557d79f96057f6cb3d3e
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);
                }
            }