From 5062a8dfae03b2085cc9cb3684a59fed6dc96e34 Mon Sep 17 00:00:00 2001 From: harshanl Date: Thu, 29 Sep 2016 20:08:25 +0530 Subject: [PATCH] Windows issue --- .../windows/api/services/syncml/impl/SyncmlServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 17a62c416..483f362ed 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 @@ -322,7 +322,7 @@ public class SyncmlServiceImpl implements SyncmlService { Device.Property resolutionProperty = new Device.Property(); resolutionProperty.setName(PluginConstants.SyncML.DEVICE_INFO); - resolutionProperty.setValue(resolution); + resolutionProperty.setValue("null"); existingProperties.add(resolutionProperty); Device.Property deviceNameProperty = new Device.Property();