Shahar Havivi has uploaded a new change for review.

Change subject: findbugs: private method is never called
......................................................................

findbugs: private method is never called

findbugs reason:
UPM: Private method is never called (UPM_UNCALLED_PRIVATE_METHOD)

Change-Id: I064bb1795a41ae11adaa1871ec9aca4f937a275a
Signed-off-by: Shahar Havivi <[email protected]>
---
M 
backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendDataCenterClustersResourceTest.java
1 file changed, 0 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/04/14904/1

diff --git 
a/backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendDataCenterClustersResourceTest.java
 
b/backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendDataCenterClustersResourceTest.java
index 18c5bfd..ccf0b1d 100644
--- 
a/backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendDataCenterClustersResourceTest.java
+++ 
b/backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendDataCenterClustersResourceTest.java
@@ -76,10 +76,6 @@
                 returnNull ? null : getEntity(0));
     }
 
-    private void setUpGetEntityExpectations() throws Exception {
-        setUpGetEntityExpectations(GUIDS[0], false);
-    }
-
     @Test
     public void testRemoveCantDo() throws Exception {
         setUpEntityQueryExpectations(VdcQueryType.GetVdsGroupsByStoragePoolId,


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

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

Reply via email to