Fix Import
Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/9c418927 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/9c418927 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/9c418927 Branch: refs/heads/1.2.x-fixes Commit: 9c4189275d27fa3ab5a1df080cbc1ab2e15779b9 Parents: 2267bf1 Author: Jan Bernhardt <[email protected]> Authored: Tue Feb 9 09:20:54 2016 +0100 Committer: Jan Bernhardt <[email protected]> Committed: Tue Feb 9 09:20:54 2016 +0100 ---------------------------------------------------------------------- services/idp/src/main/webapp/WEB-INF/idplist.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9c418927/services/idp/src/main/webapp/WEB-INF/idplist.jsp ---------------------------------------------------------------------- diff --git a/services/idp/src/main/webapp/WEB-INF/idplist.jsp b/services/idp/src/main/webapp/WEB-INF/idplist.jsp index 5036a96..a6aa358 100644 --- a/services/idp/src/main/webapp/WEB-INF/idplist.jsp +++ b/services/idp/src/main/webapp/WEB-INF/idplist.jsp @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<%@page import="java.util.Map"%> +<%@page import="java.util.List"%> <%@page import="org.apache.cxf.fediz.service.idp.domain.Idp"%> <%@page import="org.apache.cxf.fediz.service.idp.domain.TrustedIdp"%> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
