[java-oidc-common] branch main updated: Minor JavaDoc
Phil Smart
philip.smart at jisc.ac.uk
Thu Dec 15 12:14:03 UTC 2022
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=5936e34c29db841183a4a79f4923f7fc37426bca
The following commit(s) were added to refs/heads/main by this push:
new 5936e34 Minor JavaDoc
5936e34 is described below
commit 5936e34c29db841183a4a79f4923f7fc37426bca
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Dec 15 12:14:00 2022 +0000
Minor JavaDoc
---
.../security/jwt/claims/impl/AuthTimeRequestedActivationCondition.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jwt/claims/impl/AuthTimeRequestedActivationCondition.java b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jwt/claims/impl/AuthTimeRequestedActivationCondition.java
index 9d8e930..2465fe7 100644
--- a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jwt/claims/impl/AuthTimeRequestedActivationCondition.java
+++ b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jwt/claims/impl/AuthTimeRequestedActivationCondition.java
@@ -41,7 +41,7 @@ import net.shibboleth.utilities.java.support.logic.Constraint;
*
* <p>Either via an explicit 'auth_time' claim request, or because the 'max_age' parameter was used.</p>
*
- * <p>If the 'auth_time' claim was requested but as voluntary, check the claim exists in the claims set.</p>
+ * <p>If the 'auth_time' claim was requested as voluntary, check the claim exists in the claims set.</p>
*/
public final class AuthTimeRequestedActivationCondition implements BiPredicate<ProfileRequestContext, JWTClaimsSet> {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list