Fixed issue of get device info function

revert-70aa11f8
mharindu 10 years ago
parent fed104e297
commit 048c175fda

@ -79,7 +79,7 @@ public class TestDeviceManager implements DeviceMgtService {
} }
@Override @Override
public boolean updateDeviceInfo(Device device) throws DeviceManagementException { public boolean updateDeviceInfo(DeviceIdentifier deviceId, Device device) throws DeviceManagementException {
return false; return false;
} }

Loading…
Cancel
Save