From 76c697453e8762d76c8d1ce306092b0872b2b8ac Mon Sep 17 00:00:00 2001 From: manoj Date: Wed, 13 May 2015 17:44:54 +0530 Subject: [PATCH] Change platforms to lower case --- .../main/java/org/wso2/carbon/device/mgt/common/Platform.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/Platform.java b/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/Platform.java index b911702ac5..2b7f9b9cec 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/Platform.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/Platform.java @@ -20,5 +20,5 @@ package org.wso2.carbon.device.mgt.common; public enum Platform { - ANDROID, IOS, WINDOWS; + android, ios, windows; }