Added updateDeviceInfo method to DeviceManagerService.

This commit is contained in:
harshanL 2014-12-09 17:31:27 +05:30
parent 4b22589796
commit 18f858ab3a

View File

@ -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