Fixed issue of get device info function

This commit is contained in:
mharindu 2015-05-19 19:08:24 +05:30
parent fed104e297
commit 048c175fda

View File

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