[java-identity-provider] 02/02: Javadoc

Rod Widdowson rdw at steadingsoftware.com
Fri Feb 24 08:32:54 UTC 2023


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

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=46eb16ff53cad170c12833314dc7f9849ba13d90

commit 46eb16ff53cad170c12833314dc7f9849ba13d90
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Feb 24 08:35:55 2023 +0000

    Javadoc
---
 .../shibboleth/idp/authn/impl/StorageBackedAccountLockoutManager.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/StorageBackedAccountLockoutManager.java b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/StorageBackedAccountLockoutManager.java
index 850f25cb2..bac543328 100644
--- a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/StorageBackedAccountLockoutManager.java
+++ b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/StorageBackedAccountLockoutManager.java
@@ -215,10 +215,10 @@ public class StorageBackedAccountLockoutManager extends AbstractIdentifiableInit
         }
     }
     
-    /** Guaranteed non null value for {@link #lockoutKeyStrategy} .
+    /** Guaranteed non null value for {@link #lockoutKeyStrategy}.
      * We check for non-nullness in {@link #doInitialize()} so it suffices to check
      * Component state.
-     * @return
+     * @return a null-safe {@link #lockoutKeyStrategy}
      */
     @Nonnull private Function<ProfileRequestContext, String> getLockoutKeyStrategy() {
         checkComponentActive();

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


More information about the commits mailing list