Windows issue

This commit is contained in:
harshanl 2016-09-29 20:08:25 +05:30
parent fd82cfcddd
commit 5062a8dfae

View File

@ -322,7 +322,7 @@ public class SyncmlServiceImpl implements SyncmlService {
Device.Property resolutionProperty = new Device.Property(); Device.Property resolutionProperty = new Device.Property();
resolutionProperty.setName(PluginConstants.SyncML.DEVICE_INFO); resolutionProperty.setName(PluginConstants.SyncML.DEVICE_INFO);
resolutionProperty.setValue(resolution); resolutionProperty.setValue("null");
existingProperties.add(resolutionProperty); existingProperties.add(resolutionProperty);
Device.Property deviceNameProperty = new Device.Property(); Device.Property deviceNameProperty = new Device.Property();