Change platforms to lower case

This commit is contained in:
manoj 2015-05-13 17:44:54 +05:30
parent 3f78271847
commit 76c697453e

View File

@ -20,5 +20,5 @@
package org.wso2.carbon.device.mgt.common;
public enum Platform {
ANDROID, IOS, WINDOWS;
android, ios, windows;
}