Arik Hadas has posted comments on this change. Change subject: core: clone VM ......................................................................
Patch Set 7: Code-Review+2 (1 comment) http://gerrit.ovirt.org/#/c/23805/7/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmAndCloneImageCommand.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmAndCloneImageCommand.java: Line 485: } Line 486: Line 487: protected abstract VM getSourceVmFromDb(); Line 488: Line 489: protected void unlockEntities() { > It is called in this class. It is something like the template method patter right, I don't know why the search I did before didn't return anything.. probably I've made a mistake there.. Line 490: Line 491: } Line 492: protected void lockEntities() { Line 493: -- To view, visit http://gerrit.ovirt.org/23805 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3038638314e399e9d2390e7204ce4cc00e85e6ae Gerrit-PatchSet: 7 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
