Allon Mureinik has uploaded a new change for review.

Change subject: core: rm AddVmPoolWithVmsCommand.checkDestDomains
......................................................................

core: rm AddVmPoolWithVmsCommand.checkDestDomains

Remove the redundant implementation of
AddVmPoolWithVmsCommand.checkDestDomains() which did nothing but call
its super's implementation.

Change-Id: Ib46d484611e41d6328c94426a577c63a10f6f656
Signed-off-by: Allon Mureinik <[email protected]>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmPoolWithVmsCommand.java
1 file changed, 0 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/87/36687/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmPoolWithVmsCommand.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmPoolWithVmsCommand.java
index 419ddb4..a71555b 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmPoolWithVmsCommand.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmPoolWithVmsCommand.java
@@ -120,9 +120,4 @@
         addValidationGroup(CreateEntity.class);
         return super.getValidationGroups();
     }
-
-    @Override
-    public boolean checkDestDomains() {
-        return super.checkDestDomains();
-    }
 }


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

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

Reply via email to