Greg Sheremeta has uploaded a new change for review.

Change subject: engine: fixed compile error in VDS.java
......................................................................

engine: fixed compile error in VDS.java

commit b5d64087e715f0df6eff7c8a66425ea1579cfeeb introduced an @Override
in the wrong place, causing compilation failure. Fixed.

Change-Id: Id5cdc8a68defe03bcdde3b5c444df6a14bdc4feb
Signed-off-by: Greg Sheremeta <gsher...@redhat.com>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDS.java
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/90/27890/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDS.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDS.java
index 0e8d4de..3ddf381 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDS.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDS.java
@@ -98,7 +98,6 @@
                 && ObjectUtils.objectsEqual(vdsGroupGlusterService, 
other.vdsGroupGlusterService));
     }
 
-    @Override
     public VDS clone() {
         VDS vds = new VDS();
         vds.setVdsGroupId(getVdsGroupId());


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5cdc8a68defe03bcdde3b5c444df6a14bdc4feb
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Greg Sheremeta <gsher...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to