|
|
@ -19,10 +19,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
package org.wso2.carbon.device.mgt.core.internal;
|
|
|
|
package org.wso2.carbon.device.mgt.core.internal;
|
|
|
|
|
|
|
|
|
|
|
|
import org.wso2.carbon.device.mgt.core.service.DeviceManagementService;
|
|
|
|
|
|
|
|
import org.wso2.carbon.device.mgt.core.config.license.LicenseConfig;
|
|
|
|
|
|
|
|
import org.wso2.carbon.email.verification.util.EmailVerifcationSubscriber;
|
|
|
|
|
|
|
|
import org.wso2.carbon.device.mgt.common.license.mgt.LicenseManager;
|
|
|
|
import org.wso2.carbon.device.mgt.common.license.mgt.LicenseManager;
|
|
|
|
|
|
|
|
import org.wso2.carbon.device.mgt.core.config.license.LicenseConfig;
|
|
|
|
|
|
|
|
import org.wso2.carbon.device.mgt.core.service.DeviceManagementService;
|
|
|
|
import org.wso2.carbon.registry.core.service.RegistryService;
|
|
|
|
import org.wso2.carbon.registry.core.service.RegistryService;
|
|
|
|
import org.wso2.carbon.user.core.service.RealmService;
|
|
|
|
import org.wso2.carbon.user.core.service.RealmService;
|
|
|
|
import org.wso2.carbon.user.core.tenant.TenantManager;
|
|
|
|
import org.wso2.carbon.user.core.tenant.TenantManager;
|
|
|
@ -36,7 +35,6 @@ public class DeviceManagementDataHolder {
|
|
|
|
private RegistryService registryService;
|
|
|
|
private RegistryService registryService;
|
|
|
|
private LicenseConfig licenseConfig;
|
|
|
|
private LicenseConfig licenseConfig;
|
|
|
|
|
|
|
|
|
|
|
|
private static EmailVerifcationSubscriber emailVerificationSubscriber;
|
|
|
|
|
|
|
|
private static DeviceManagementDataHolder thisInstance = new DeviceManagementDataHolder();
|
|
|
|
private static DeviceManagementDataHolder thisInstance = new DeviceManagementDataHolder();
|
|
|
|
|
|
|
|
|
|
|
|
private DeviceManagementDataHolder() {
|
|
|
|
private DeviceManagementDataHolder() {
|
|
|
|