Moti Asayag has uploaded a new change for review. Change subject: engine: Remove redundant warnings suppression ......................................................................
engine: Remove redundant warnings suppression Change-Id: I2d96315e3e00f06a924d9240b0b1c2d91190e3fd Signed-off-by: Moti Asayag <[email protected]> --- M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/LunDAODbFacadeImpl.java 1 file changed, 0 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/95/38795/1 diff --git a/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/LunDAODbFacadeImpl.java b/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/LunDAODbFacadeImpl.java index f008279..599381f 100644 --- a/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/LunDAODbFacadeImpl.java +++ b/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/LunDAODbFacadeImpl.java @@ -51,7 +51,6 @@ return getCallsHandler().executeRead("GetLUNByLUNId", MAPPER, parameterSource); } - @SuppressWarnings("unchecked") @Override public List<LUNs> getAllForStorageServerConnection(String id) { MapSqlParameterSource parameterSource = getCustomMapSqlParameterSource() @@ -60,7 +59,6 @@ return getCallsHandler().executeReadList("GetLUNsBystorage_server_connection", MAPPER, parameterSource); } - @SuppressWarnings("unchecked") @Override public List<LUNs> getAllForVolumeGroup(String id) { MapSqlParameterSource parameterSource = getCustomMapSqlParameterSource() @@ -69,7 +67,6 @@ return getCallsHandler().executeReadList("GetLUNsByVolumeGroupId", MAPPER, parameterSource); } - @SuppressWarnings("unchecked") @Override public List<LUNs> getAll() { MapSqlParameterSource parameterSource = getCustomMapSqlParameterSource(); -- To view, visit https://gerrit.ovirt.org/38795 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2d96315e3e00f06a924d9240b0b1c2d91190e3fd 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
