Arik Hadas has submitted this change and it was merged. Change subject: frontend: fix getHostListByDataCenter ......................................................................
frontend: fix getHostListByDataCenter ClassCastException was thrown in AsyncDataProvider#getHostListByDataCenter claiming that LinkedList cannot be casted to ArrayList. We should not assume the returned List is ArrayList. This patch fix it. Change-Id: I14ac504114942785e512ab83e783f07ded69ca47 Signed-off-by: Arik Hadas <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java 1 file changed, 1 insertion(+), 2 deletions(-) Approvals: Shahar Havivi: Looks good to me, approved Arik Hadas: Verified -- To view, visit http://gerrit.ovirt.org/36265 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I14ac504114942785e512ab83e783f07ded69ca47 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
