[java-identity-provider] branch master updated: Missed a class reference.
Scott Cantor
cantor.2 at osu.edu
Mon Jun 10 10:43:25 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor 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=fd97feb4e295fc50ed3e99e15651551b6123a5bc
The following commit(s) were added to refs/heads/master by this push:
new fd97feb Missed a class reference.
fd97feb is described below
commit fd97feb4e295fc50ed3e99e15651551b6123a5bc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 10 10:43:22 2019 -0400
Missed a class reference.
---
.../src/main/java/net/shibboleth/idp/admin/impl/UnlockDataSealers.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/UnlockDataSealers.java b/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/UnlockDataSealers.java
index cc73106..3a781b2 100644
--- a/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/UnlockDataSealers.java
+++ b/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/UnlockDataSealers.java
@@ -31,7 +31,7 @@ import net.shibboleth.idp.profile.AbstractProfileAction;
import net.shibboleth.utilities.java.support.annotation.constraint.NonnullElements;
import net.shibboleth.utilities.java.support.annotation.constraint.NotEmpty;
import net.shibboleth.utilities.java.support.component.ComponentSupport;
-import net.shibboleth.utilities.java.support.security.BasicKeystoreKeyStrategy;
+import net.shibboleth.utilities.java.support.security.impl.BasicKeystoreKeyStrategy;
import org.opensaml.profile.action.ActionSupport;
import org.opensaml.profile.action.EventIds;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list