[java-idp-plugin-duo] 02/02: Javadoc fix

Codeberg noreply at shibboleth.net
Wed Sep 23 14:54:33 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-idp-plugin-duo.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-duo/commit/9f2a8a7345f3031a1dbc0d5442ac709235031368

commit 9f2a8a7345f3031a1dbc0d5442ac709235031368
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Sep 23 15:38:33 2026 +0100

    Javadoc fix
---
 .../shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactory.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-duo-sdk-client-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactory.java b/idp-duo-sdk-client-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactory.java
index fd837346..61cecb32 100644
--- a/idp-duo-sdk-client-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactory.java
+++ b/idp-duo-sdk-client-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactory.java
@@ -68,7 +68,7 @@ public final class DuoSDKClientFactory extends AbstractInitializableComponent im
      * 
      * @param certs the list of certificate pins.
      * 
-     * @deprecated use {@link #setPinnedCertificates(List)}. Pinning public-key hashes is no longer supported.
+     * @deprecated use {@link #setCertificates(List)}. Pinning public-key hashes is no longer supported.
      */
     @Deprecated(since = "2.4.0", forRemoval = true)
     public synchronized void setCaCerts(@Nullable final List<String> certs) {

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


More information about the commits mailing list