[java-oidc-common] branch main updated: Fix Javadoc

Phil Smart philip.smart at jisc.ac.uk
Fri Feb 10 10:06:01 UTC 2023


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=3e08edc269c2f9ffb3db54ac31ee9c20cb6007f6

The following commit(s) were added to refs/heads/main by this push:
     new 3e08edc  Fix Javadoc
3e08edc is described below

commit 3e08edc269c2f9ffb3db54ac31ee9c20cb6007f6
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 10 10:05:59 2023 +0000

    Fix Javadoc
---
 .../security/jose/criterion/SignatureValidationParametersCriterion.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidc-common-crypto-api/src/main/java/net/shibboleth/oidc/security/jose/criterion/SignatureValidationParametersCriterion.java b/oidc-common-crypto-api/src/main/java/net/shibboleth/oidc/security/jose/criterion/SignatureValidationParametersCriterion.java
index d060e08..dc1d272 100644
--- a/oidc-common-crypto-api/src/main/java/net/shibboleth/oidc/security/jose/criterion/SignatureValidationParametersCriterion.java
+++ b/oidc-common-crypto-api/src/main/java/net/shibboleth/oidc/security/jose/criterion/SignatureValidationParametersCriterion.java
@@ -27,7 +27,7 @@ import net.shibboleth.utilities.java.support.resolver.Criterion;
 /**
  * Criterion which holds an instance of {@link SignatureValidationParameters}.
  * 
- * <p>This criterion is often used with implementations of the {@link BaseSignedJWTTrustEngine}.</p>
+ * @since 2.2.0
  */
 public class SignatureValidationParametersCriterion implements Criterion {
     

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


More information about the commits mailing list