Merge pull request #10 from milanperera/master

Fixed issue of get device info function
revert-70aa11f8
Geeth 9 years ago
commit 782b4ac27d

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

Loading…
Cancel
Save