[java-idp-plugin-webauthn] branch main updated: Fix checkstyle

Phil Smart philip.smart at jisc.ac.uk
Thu Jul 31 11:00:39 UTC 2025


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=83449af52701717a37157ee9710c0578eb2bb916

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

commit 83449af52701717a37157ee9710c0578eb2bb916
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jul 31 12:00:37 2025 +0100

    Fix checkstyle
---
 .../storage/impl/IdPStorageServiceCredentialRepository.java        | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRepository.java b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRepository.java
index 3216a3c..5b83cdb 100644
--- a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRepository.java
+++ b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/IdPStorageServiceCredentialRepository.java
@@ -1,3 +1,4 @@
+// Checkstyle: FileLength|Header OFF
 /*
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -1183,10 +1184,6 @@ public class IdPStorageServiceCredentialRepository extends AbstractIdentifiableI
          */
         @Nonnull @Unmodifiable @NotLive public Set<CredentialRecord> getCredentials() {
             return CollectionSupport.copyToSet(credentials);
-        }
-        
-        
+        }       
     }
-
-
 }

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


More information about the commits mailing list