refactored code conflicts

revert-dabc3590
hasuniea 9 years ago
parent 20fd4c1eff
commit 7701015ea0

@ -120,10 +120,8 @@ public class WindowsFeatureDAOImpl implements MobileFeatureDAO {
}
}
} catch (SQLException e) {
String msg = "Error occurred while updating the Windows Feature '" +
mobileFeature.getCode() + "' to the Android db.";
log.error(msg, e);
throw new WindowsFeatureManagementDAOException(msg, e);
throw new WindowsFeatureManagementDAOException("Error occurred while updating the Windows Feature '" +
mobileFeature.getCode() + "' to the Windows db.", e);
} finally {
MobileDeviceManagementDAOUtil.cleanupResources(stmt, null);
}

Loading…
Cancel
Save