[java-identity-provider] branch master updated: Fix integration test, remove spurious semicolon
Rod Widdowson
rdw at steadingsoftware.com
Mon Jun 17 05:20:41 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=175ee737ee8fceb8686998eed94ca1626d7cb099
The following commit(s) were added to refs/heads/master by this push:
new 175ee73 Fix integration test, remove spurious semicolon
175ee73 is described below
commit 175ee737ee8fceb8686998eed94ca1626d7cb099
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jun 17 10:20:33 2019 +0100
Fix integration test, remove spurious semicolon
---
idp-war/src/main/webapp/WEB-INF/jsp/status.jsp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp b/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp
index 8c5fd21..f9d6e55 100644
--- a/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp
+++ b/idp-war/src/main/webapp/WEB-INF/jsp/status.jsp
@@ -15,7 +15,7 @@
<%@ page import="org.opensaml.saml.metadata.resolver.RefreshableMetadataResolver" %>
<%@ page import="net.shibboleth.idp.Version" %>
<%@ page import="com.codahale.metrics.MetricSet" %>
-<%@ page import="com.codahale.metrics.Gauge" %>;
+<%@ page import="com.codahale.metrics.Gauge" %>
<%@ page import="net.shibboleth.idp.saml.metadata.RelyingPartyMetadataProvider" %>
<%@ page import="net.shibboleth.idp.attribute.resolver.AttributeResolver" %>
<%@ page import="net.shibboleth.idp.attribute.resolver.impl.AttributeResolverImpl" %>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list