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

Phil Smart philip.smart at jisc.ac.uk
Thu May 4 16:11:17 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=6f8e10122b5a6bf89fee7062b21db76b910cd1da

The following commit(s) were added to refs/heads/main by this push:
     new 6f8e101  Fix checkstyle
6f8e101 is described below

commit 6f8e10122b5a6bf89fee7062b21db76b910cd1da
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu May 4 17:11:15 2023 +0100

    Fix checkstyle
---
 .../main/java/net/shibboleth/oidc/security/impl/EncryptJWTHandler.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/impl/EncryptJWTHandler.java b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/impl/EncryptJWTHandler.java
index 4b8bc78..cb790d1 100644
--- a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/impl/EncryptJWTHandler.java
+++ b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/impl/EncryptJWTHandler.java
@@ -191,6 +191,7 @@ public class EncryptJWTHandler extends AbstractMessageHandler {
         return true;
     }    
 
+ // Checkstyle: CyclomaticComplexity|MethodLength OFF
     @Override
     protected void doInvoke(@Nonnull final MessageContext messageContext) throws MessageHandlerException {
         
@@ -267,6 +268,7 @@ public class EncryptJWTHandler extends AbstractMessageHandler {
         }
         
     }
+ // Checkstyle: CyclomaticComplexity|MethodLength ON
     
     /**
      * A convince method to log encryption parameters. Avoids some of the clutter in the calling

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


More information about the commits mailing list