Yair Zaslavsky has posted comments on this change. Change subject: core: Introducing runInternalXXX at CommandBase ......................................................................
Patch Set 3: (1 comment) http://gerrit.ovirt.org/#/c/28820/3/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 2142: public CommandCallBack getCallBack() { Line 2143: return null; Line 2144: } Line 2145: Line 2146: protected VdcReturnValueBase runInternalAction(VdcActionType actionType, VdcActionParametersBase parameters) { > protected final Hi, Not sure why you're against this flexibility - i mean, if someone decided to override, isnt this his responsbility? Line 2147: return Backend.getInstance().runInternalAction(actionType, parameters); Line 2148: } Line 2149: Line 2150: protected VdcReturnValueBase runInternalAction(VdcActionType actionType, -- To view, visit http://gerrit.ovirt.org/28820 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia7f3a3283836325eca72f9db3cc3115861a2d555 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Ravi Nori <[email protected]> Gerrit-Reviewer: Sahina Bose <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: liron aravot <[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
