[java-idp-plugin-duo] branch main updated: Fix Javadoc failure
Phil Smart
philip.smart at jisc.ac.uk
Thu May 15 13:52:07 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-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=d6d604d32ad41c4a2fd54ab9ee356825762c787b
The following commit(s) were added to refs/heads/main by this push:
new d6d604d3 Fix Javadoc failure
d6d604d3 is described below
commit d6d604d32ad41c4a2fd54ab9ee356825762c787b
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu May 15 14:52:04 2025 +0100
Fix Javadoc failure
---
.../shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactory.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 d5a4d3f7..adbd9435 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
@@ -77,7 +77,7 @@ public final class DuoSDKClientFactory extends AbstractInitializableComponent im
/**
* Set the HTTP proxy host, guarded by this objects monitor.
*
- * @param proxyHost the proxy host to set.
+ * @param host the proxy host to set.
*
* @since 2.2.0
*/
@@ -101,7 +101,7 @@ public final class DuoSDKClientFactory extends AbstractInitializableComponent im
/**
* Set the HTTP proxy port, guarded by this objects monitor.
*
- * @param proxyPort the proxy port to set.
+ * @param port the proxy port to set.
*
* @since 2.2.0
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list