Gilad Chaplik has posted comments on this change.

Change subject: webadmin: Move Network QoS logic to common ground
......................................................................


Patch Set 16:

(1 comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/Linq.java
Line 461:         }
Line 462:         return null;
Line 463:     }
Line 464: 
Line 465:     public static NetworkQoS findNetworkQosById(Iterable<NetworkQoS> 
items, Guid qosId) {
never-mind. it's not that important
Line 466:         for (NetworkQoS qos : items) {
Line 467:             if (qos.getId().equals(qosId)) {
Line 468:                 return qos;
Line 469:             }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib32cfe2392e86431323176fa9ef3e0aa00dbb841
Gerrit-PatchSet: 16
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to