[java-idp-testbed] branch master updated: Missed a check-in.

Scott Cantor cantor.2 at osu.edu
Fri Jun 21 13:08:41 EDT 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=2ec5fbae7bfc813ba3c48e24c81970b81b1ca62f

The following commit(s) were added to refs/heads/master by this push:
       new  2ec5fba   Missed a check-in.
2ec5fba is described below

commit 2ec5fbae7bfc813ba3c48e24c81970b81b1ca62f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 21 13:08:39 2019 -0400

    Missed a check-in.
---
 src/main/java/sp/BaseSAMLController.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/sp/BaseSAMLController.java b/src/main/java/sp/BaseSAMLController.java
index 2a9a236..12816f2 100644
--- a/src/main/java/sp/BaseSAMLController.java
+++ b/src/main/java/sp/BaseSAMLController.java
@@ -21,7 +21,7 @@ import javax.servlet.http.HttpServletRequest;
 
 import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
 import net.shibboleth.utilities.java.support.security.IdentifierGenerationStrategy;
-import net.shibboleth.utilities.java.support.security.Type4UUIDIdentifierGenerationStrategy;
+import net.shibboleth.utilities.java.support.security.impl.Type4UUIDIdentifierGenerationStrategy;
 import net.shibboleth.utilities.java.support.xml.ParserPool;
 
 import org.apache.velocity.app.VelocityEngine;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list