Lior Vernia has posted comments on this change.

Change subject: webadmin: Added comparator to ProviderNetworkListModel
......................................................................


Patch Set 5: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/providers/ProviderNetworkListModel.java
Line 22:         
setTitle(ConstantsManager.getInstance().getConstants().providerNetworksTitle());
Line 23:         setHashName("networks"); //$NON-NLS-1$
Line 24:         setDiscoverCommand(new UICommand(CMD_DISCOVER, this));
Line 25: 
Line 26:         setComparator(new Comparator() {
I have no idea why I did it, done.
Line 27:             private Comparator<Network> netComparator = new 
Linq.NetworkByNameComparer();
Line 28: 
Line 29:             @Override
Line 30:             public int compare(Object o1, Object o2) {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I07011ed42f0bb1c0f4548c3b853fc4763294d031
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to