Added updateDeviceInfo method to DeviceManagerService.

revert-70aa11f8
harshanL 10 years ago
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…
Cancel
Save