mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Added updateDeviceInfo method to DeviceManagerService.
This commit is contained in:
parent
4b22589796
commit
18f858ab3a
@ -72,7 +72,7 @@ public class DeviceManagementService implements DeviceManagerService {
|
||||
|
||||
@Override
|
||||
public boolean updateDeviceInfo(Device device) throws DeviceManagementException {
|
||||
DeviceManagementDataHolder.getInstance().getDeviceManager().updateDeviceInfo(device);
|
||||
return DeviceManagementDataHolder.getInstance().getDeviceManager().updateDeviceInfo(device);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user