mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
License Managemnt
This commit is contained in:
parent
b9bb9486e6
commit
0e96d82968
@ -43,4 +43,10 @@ public final class DeviceManagementConstants {
|
|||||||
public final static String MOBILE_DEVICE_TYPE_WINDOWS = "windows";
|
public final static String MOBILE_DEVICE_TYPE_WINDOWS = "windows";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static final class LanguageCodes{
|
||||||
|
private LanguageCodes() { throw new AssertionError();}
|
||||||
|
public final static String LANGUAGE_CODE_ENGLISH_US = "en-us";
|
||||||
|
public final static String LANGUAGE_CODE_ENGLISH_UK = "en-uk";
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -15,7 +15,6 @@
|
|||||||
*/
|
*/
|
||||||
package org.wso2.carbon.device.mgt.common;
|
package org.wso2.carbon.device.mgt.common;
|
||||||
|
|
||||||
@SuppressWarnings("unused")
|
|
||||||
public class DeviceManagementException extends Exception {
|
public class DeviceManagementException extends Exception {
|
||||||
|
|
||||||
private static final long serialVersionUID = -3151279311929070297L;
|
private static final long serialVersionUID = -3151279311929070297L;
|
||||||
|
|||||||
@ -50,7 +50,6 @@ import org.wso2.carbon.user.core.service.RealmService;
|
|||||||
* bind="setDeviceManagerService"
|
* bind="setDeviceManagerService"
|
||||||
* unbind="unsetDeviceManagerService"
|
* unbind="unsetDeviceManagerService"
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("unused")
|
|
||||||
public class DeviceManagementServiceComponent {
|
public class DeviceManagementServiceComponent {
|
||||||
|
|
||||||
private static Log log = LogFactory.getLog(DeviceManagementServiceComponent.class);
|
private static Log log = LogFactory.getLog(DeviceManagementServiceComponent.class);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user