[java-oidc-common] branch main updated: Javadoc import fix
Phil Smart
philip.smart at jisc.ac.uk
Tue Feb 9 14:10:54 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=b0e4172389ad8a06807e4ba5a7efae29e7ce7918
The following commit(s) were added to refs/heads/main by this push:
new b0e4172 Javadoc import fix
b0e4172 is described below
commit b0e4172389ad8a06807e4ba5a7efae29e7ce7918
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Feb 9 14:10:52 2021 +0000
Javadoc import fix
---
.../oidc/metadata/impl/BaseClientSecretValueResolverTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oidc-common-metadata-impl/src/test/java/net/shibboleth/oidc/metadata/impl/BaseClientSecretValueResolverTest.java b/oidc-common-metadata-impl/src/test/java/net/shibboleth/oidc/metadata/impl/BaseClientSecretValueResolverTest.java
index 7c265ff..4d80c1c 100644
--- a/oidc-common-metadata-impl/src/test/java/net/shibboleth/oidc/metadata/impl/BaseClientSecretValueResolverTest.java
+++ b/oidc-common-metadata-impl/src/test/java/net/shibboleth/oidc/metadata/impl/BaseClientSecretValueResolverTest.java
@@ -19,8 +19,8 @@ package net.shibboleth.oidc.metadata.impl;
import org.testng.annotations.Test;
+import net.shibboleth.oidc.metadata.ClientSecretValueResolver;
import net.shibboleth.oidc.metadata.criterion.ClientSecretReferenceCriterion;
-import net.shibboleth.oidc.metadata.impl.AbstractClientSecretValueResolver;
import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
import net.shibboleth.utilities.java.support.component.DestroyedComponentException;
import net.shibboleth.utilities.java.support.component.UninitializedComponentException;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list