Moti Asayag has posted comments on this change. Change subject: core: fix compensation for import and clone vm ......................................................................
Patch Set 2: (1 comment) https://gerrit.ovirt.org/#/c/41213/2/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java: Line 205: */ Line 206: @PostConstruct Line 207: protected final void postConstruct() { Line 208: // do not initialize for compensation Line 209: if (getParameters() != null) { maybe for clarity extract it to: if (!isCompensationContext()) { init(); } instead of the comment Line 210: init(); Line 211: } Line 212: } Line 213: -- To view, visit https://gerrit.ovirt.org/41213 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie0e6d4b67d09537dedd167937e8949e7875d40a2 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
