Gilad Chaplik has posted comments on this change. Change subject: core: Fix getQuotaConsumptionParameters redundant calls ......................................................................
Patch Set 1: (1 inline comment) fix somewhen .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java Line 560: case STORAGE: Line 561: consumptionParameters = getThisQuotaStorageDependent().getQuotaStorageConsumptionParameters(); Line 562: break; Line 563: case VDS_GROUP: Line 564: consumptionParameters = getThisQuotaVdsDependent().getQuotaVdsConsumptionParameters(); /s/getThisQuotaVdsDependent/getThisQuotaVdsGroupDependent Line 565: break; Line 566: default: Line 567: consumptionParameters = getThisQuotaStorageDependent().getQuotaStorageConsumptionParameters(); Line 568: consumptionParameters.addAll(getThisQuotaVdsDependent().getQuotaVdsConsumptionParameters()); -- To view, visit http://gerrit.ovirt.org/9656 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic64c7bd3352df49f61902bf4f749c7475e402bcc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: ofri masad <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: ofri masad <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
