refactored code issues

revert-dabc3590
hasuniea 9 years ago
parent 9ff91085c8
commit 5690dec4b7

@ -134,8 +134,7 @@ public class WindowsDeviceManager implements DeviceManager {
"Error occurred while parsing the Windows configuration : ", e);
} catch (RegistryException e) {
throw new DeviceManagementException(
"Error occurred while retrieving the Registry resource of Windows configuration : " +
e.getMessage(), e);
"Error occurred while retrieving the Registry resource of Windows configuration : ", e);
}
}

Loading…
Cancel
Save