From 7584e4d0c31baa82cdaabf63587482e7a3396399 Mon Sep 17 00:00:00 2001 From: hasuniea Date: Mon, 31 Aug 2015 18:37:09 +0530 Subject: [PATCH] refactored windows plugin properties --- .../mgt/mobile/impl/windows/util/WindowsPluginConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/impl/windows/util/WindowsPluginConstants.java b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/impl/windows/util/WindowsPluginConstants.java index 95201e366..0330936eb 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/impl/windows/util/WindowsPluginConstants.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/impl/windows/util/WindowsPluginConstants.java @@ -32,7 +32,7 @@ public class WindowsPluginConstants { public static final String LATITUDE = "LATITUDE"; public static final String LONGITUDE = "LONGITUDE"; public static final String SERIAL = "SERIAL"; - public static final String MAC_ADDRESS ="MAC_ADDRESS "; + public static final String MAC_ADDRESS ="MAC_ADDRESS"; public static final String DEVICE_NAME ="DEVICE_NAME"; }