[java-oidc-common] branch main updated: Javadoc typo fix
Ian Young
ian at iay.org.uk
Thu Jan 5 10:13:11 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay 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=43ea62dd1074e6d29c5321bc4f2bafba23a75cca
The following commit(s) were added to refs/heads/main by this push:
new 43ea62d Javadoc typo fix
43ea62d is described below
commit 43ea62dd1074e6d29c5321bc4f2bafba23a75cca
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jan 5 10:13:05 2023 +0000
Javadoc typo fix
---
.../config/navigate/JWTDecryptionConfigurationLookupFunction.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/navigate/JWTDecryptionConfigurationLookupFunction.java b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/navigate/JWTDecryptionConfigurationLookupFunction.java
index 77dc8d0..cf26646 100644
--- a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/navigate/JWTDecryptionConfigurationLookupFunction.java
+++ b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/navigate/JWTDecryptionConfigurationLookupFunction.java
@@ -33,7 +33,7 @@ import net.shibboleth.oidc.profile.config.OIDCSecurityConfiguration;
import net.shibboleth.oidc.security.JWTDecryptionConfiguration;
/**
- * A function that returns a {@link JWTSignatureValidationConfiguration} list for JWS validation by way
+ * A function that returns a {@link JWTDecryptionConfiguration} list for JWS validation by way
* of various lookup strategies.
*
* <p>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list