Yevgeny Zaspitsky has uploaded a new change for review.

Change subject: core: Remove redundant SuppressWarnings("unused")
......................................................................

core: Remove redundant SuppressWarnings("unused")

Change-Id: I24f000343ee82218a16dd20f2116e9552d202d13
Bug-Url: https://bugzilla.redhat.com/??????
Signed-off-by: Yevgeny Zaspitsky <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Entities.java
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/QuotaStorage.java
2 files changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/94/25794/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Entities.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Entities.java
index 1c6a979..1e64ca8 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Entities.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Entities.java
@@ -164,7 +164,6 @@
         return baseEntities;
     }
 
-    @SuppressWarnings("unchecked")
     public static <E extends BusinessEntity<I>, I extends Serializable> 
List<I> getIds(List<E> entities) {
         List<I> ids = new ArrayList<I>(entities.size());
         for (E entity : entities) {
diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/QuotaStorage.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/QuotaStorage.java
index 32be7a4..c32b3ae 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/QuotaStorage.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/QuotaStorage.java
@@ -10,7 +10,6 @@
 /**
  * <code>QuotaStorage</code> is a business entity that reflects storage 
limitation.
  */
-@SuppressWarnings("unused")
 public class QuotaStorage extends IVdcQueryable implements Serializable {
 
     public static final Long UNLIMITED = -1L;


-- 
To view, visit http://gerrit.ovirt.org/25794
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I24f000343ee82218a16dd20f2116e9552d202d13
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yevgeny Zaspitsky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to