Omer Frenkel has posted comments on this change.

Change subject: core: fix the hierarchy of memory images removers
......................................................................


Patch Set 4: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/memory/MemoryImageRemoverOnDataDomain.java
Line 15:         super(vm, enclosingCommand);
Line 16:     }
Line 17: 
Line 18:     @Override
Line 19:     protected DeleteImageGroupVDSCommandParameters 
buildDeleteMemoryImageParams(List<Guid> guids) {
looks like these methods are the same,
maybe move them to base class and just override isPostZero impl?
Line 20:         return new DeleteImageGroupVDSCommandParameters(
Line 21:                 guids.get(1), guids.get(0), guids.get(2), 
isPostZero(), false);
Line 22:     }
Line 23: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Id7cada7b6f9a3356afcac0dd2856d6a02cf1f9fd
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to