Update AndroidDeviceManager.java

revert-dabc3590
Milan Perera 10 years ago
parent 758c6a5f24
commit 679cc35265

@ -196,7 +196,7 @@ public class AndroidDeviceManager implements DeviceMgtService {
boolean status;
Device deviceDB = this.getDevice(deviceIdentifier);
// This object holds the current persisted device object
MobileDevice mobileDeviceDB = MobileDeviceManagementUtil.convertToMobileDevice(deviceDB);
MobileDevice mobileDeviceDB = MobileDeviceManagementUtil.convertToMobileDevice(deviceDB);
// This object holds the newly received device object from response
MobileDevice mobileDevice = MobileDeviceManagementUtil.convertToMobileDevice(device);
@ -259,4 +259,4 @@ public class AndroidDeviceManager implements DeviceMgtService {
throws AppManagerConnectorException {
}
}
}

Loading…
Cancel
Save