[java-identity-provider] branch maint-4 updated: Javadoc fix

Ian Young ian at iay.org.uk
Thu Aug 4 11:19:44 UTC 2022


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

iay pushed a commit to branch maint-4
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/maint-4 by this push:
     new f9bff0024 Javadoc fix
f9bff0024 is described below

commit f9bff0024d7a46a3dc7166358331f69f7b2ddc02
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Aug 4 12:19:38 2022 +0100

    Javadoc fix
---
 .../idp/authn/revocation/impl/DoRevocationCacheOperation.java           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/revocation/impl/DoRevocationCacheOperation.java b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/revocation/impl/DoRevocationCacheOperation.java
index b9d16e121..6dc68bd10 100644
--- a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/revocation/impl/DoRevocationCacheOperation.java
+++ b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/revocation/impl/DoRevocationCacheOperation.java
@@ -91,7 +91,7 @@ public class DoRevocationCacheOperation extends AbstractProfileAction {
     /** Revocation key to operate on. */
     @Nullable @NotEmpty private String key;
 
-    /** {@link AccountLockoutManager} to operate on. */
+    /** {@link RevocationCache} to operate on. */
     @Nullable private RevocationCache revocationCache;
 
     /**

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


More information about the commits mailing list