mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge branch 'master' into release-2.2.2
This commit is contained in:
commit
d2bb23208d
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user