Change in ovirt-engine[master]: webadmin: Linq.orderByDescending(List, Comparator)

Allon Mureinik has submitted this change and it was merged. Change subject: webadmin: Linq.orderByDescending(List, Comparator) ...................................................................... webadmin: Linq.orderByDescending(List, Comparator) Removed Linq.orderByDescending (List, Comparator), as it is completely equivalent to the JDK's built-in Collections.sort (List, Collections.reverseOrder(Comparator)). Change-Id: Ib23b7152ed5c01042dc60eff3462f25c8cac5cc6 Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/Linq.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/VmSnapshotListModel.java 2 files changed, 2 insertions(+), 18 deletions(-) Approvals: Allon Mureinik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/16267 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib23b7152ed5c01042dc60eff3462f25c8cac5cc6 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com>
participants (1)
-
amureini@redhat.com