Gilad Chaplik has posted comments on this change.

Change subject: core: Quota refactor - parameters
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
Line 576:         } else {
Line 577:             return true;
Line 578:         }
Line 579:     }
Line 580: 
getter should return value and not change reference value (confusing...)
Line 581:     private void 
getInternalVdsParameters(List<QuotaConsumptionParameter> consumptionParameters) 
{
Line 582:         List<QuotaVdsConsumptionParameter> vdsParameters;
Line 583:         vdsParameters = ((QuotaVdsDependent) 
this).getQuotaVdsConsumptionParameters();
Line 584:         if (null == vdsParameters || vdsParameters.isEmpty()) {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Iebfc85569ba1aa8bd840f7239f83b7f921a4bd8e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: ofri masad <oma...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhorn...@redhat.com>
Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to