[java-oidc-common] branch main updated: Missing keyword.

Scott Cantor cantor.2 at osu.edu
Wed Feb 2 19:38:25 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor 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=b36acb7744833e45e2a819697277990eda7039a3

The following commit(s) were added to refs/heads/main by this push:
     new b36acb7  Missing keyword.
b36acb7 is described below

commit b36acb7744833e45e2a819697277990eda7039a3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 2 14:38:22 2022 -0500

    Missing keyword.
---
 .../oidc/security/jwt/claims/impl/ClaimExistsActivationCondition.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/ClaimExistsActivationCondition.java b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jwt/claims/impl/ClaimExistsActivationCondition.java
index 8ba5eaa..56b7caf 100644
--- a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jwt/claims/impl/ClaimExistsActivationCondition.java
+++ b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jwt/claims/impl/ClaimExistsActivationCondition.java
@@ -33,7 +33,7 @@ import net.shibboleth.utilities.java.support.annotation.ParameterName;
 public class ClaimExistsActivationCondition implements BiPredicate<ProfileRequestContext, JWTClaimsSet> {
     
     /** The name of the claim to check exists in the claims set.*/
-    @Nonnull final String claimToCheck;
+    @Nonnull private final String claimToCheck;
     
     /**
      * 

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


More information about the commits mailing list