From 821142b78d354579545f73aa798115158e2d782e Mon Sep 17 00:00:00 2001 From: harshanl Date: Thu, 29 Sep 2016 21:29:51 +0530 Subject: [PATCH] windows ui fix --- .../api/services/syncml/impl/SyncmlServiceImpl.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/mobile-plugins/windows-plugin/org.wso2.carbon.device.mgt.mobile.windows.api/src/main/java/org/wso2/carbon/device/mgt/mobile/windows/api/services/syncml/impl/SyncmlServiceImpl.java b/components/mobile-plugins/windows-plugin/org.wso2.carbon.device.mgt.mobile.windows.api/src/main/java/org/wso2/carbon/device/mgt/mobile/windows/api/services/syncml/impl/SyncmlServiceImpl.java index 483f362ed..e431d9c96 100644 --- a/components/mobile-plugins/windows-plugin/org.wso2.carbon.device.mgt.mobile.windows.api/src/main/java/org/wso2/carbon/device/mgt/mobile/windows/api/services/syncml/impl/SyncmlServiceImpl.java +++ b/components/mobile-plugins/windows-plugin/org.wso2.carbon.device.mgt.mobile.windows.api/src/main/java/org/wso2/carbon/device/mgt/mobile/windows/api/services/syncml/impl/SyncmlServiceImpl.java @@ -320,10 +320,10 @@ public class SyncmlServiceImpl implements SyncmlService { macAddressProperty.setValue(macAddress); existingProperties.add(macAddressProperty); - Device.Property resolutionProperty = new Device.Property(); - resolutionProperty.setName(PluginConstants.SyncML.DEVICE_INFO); - resolutionProperty.setValue("null"); - existingProperties.add(resolutionProperty); +// Device.Property resolutionProperty = new Device.Property(); +// resolutionProperty.setName(PluginConstants.SyncML.DEVICE_INFO); +// resolutionProperty.setValue("null"); +// existingProperties.add(resolutionProperty); Device.Property deviceNameProperty = new Device.Property(); deviceNameProperty.setName(PluginConstants.SyncML.DEVICE_NAME);