Moti Asayag has uploaded a new change for review. Change subject: engine: Clear redundant warnings ......................................................................
engine: Clear redundant warnings Change-Id: I8d5f5470ebf851b734e9a157d5fa57f54cec9acf Signed-off-by: Moti Asayag <[email protected]> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/db/StandaloneDataSource.java 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/76/38776/1 diff --git a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/db/StandaloneDataSource.java b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/db/StandaloneDataSource.java index b579f2c..3443d3c 100644 --- a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/db/StandaloneDataSource.java +++ b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/db/StandaloneDataSource.java @@ -112,7 +112,6 @@ * @throws SQLException if a database access error occurs * or this method is called on a closed connection. */ - @SuppressWarnings("resource") private void checkConnection() throws SQLException { Statement statement = null; ResultSet rs = null; -- To view, visit https://gerrit.ovirt.org/38776 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8d5f5470ebf851b734e9a157d5fa57f54cec9acf Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
