refactored code issue

revert-dabc3590
hasuniea 9 years ago
parent 77dc0f257c
commit 9ff91085c8

@ -104,8 +104,7 @@ public class AndroidDeviceManager implements DeviceManager {
"Error occurred while retrieving the Registry instance : ", e);
} catch (RegistryException e) {
throw new DeviceManagementException(
"Error occurred while persisting the Registry resource of Android Configuration : "
+ e.getMessage(), e);
"Error occurred while persisting the Registry resource of Android Configuration : ", e);
} catch (JAXBException e) {
throw new DeviceManagementException(
"Error occurred while parsing the Android configuration : ", e);

Loading…
Cancel
Save