Tal Nisan has submitted this change and it was merged. Change subject: frontend: Remove IteratorUtils class ......................................................................
frontend: Remove IteratorUtils class Since we changed the items held in the ListModel from Iterable to Collection, we can now remove IteratorUtils as it's redundant, instead of iterating on the Iterable we can just use the size() method that Collection object has Change-Id: Iace61d708d6e66da4b898a6d6069136e1c838c4f Signed-off-by: Tal Nisan <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/SearchableListModel.java D frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/IteratorUtils.java 2 files changed, 2 insertions(+), 42 deletions(-) Approvals: Tal Nisan: Verified Vojtech Szocs: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/24523 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iace61d708d6e66da4b898a6d6069136e1c838c4f Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tal Nisan <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: Vojtech Szocs <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
