[java-idp-plugin-duo] branch main updated: Fix Javadoc
Phil Smart
philip.smart at jisc.ac.uk
Mon Jan 22 09:25:57 UTC 2024
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=a556f3384de5b3cb544f6ee714ed2728e601101a
The following commit(s) were added to refs/heads/main by this push:
new a556f338 Fix Javadoc
a556f338 is described below
commit a556f3384de5b3cb544f6ee714ed2728e601101a
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jan 22 09:25:54 2024 +0000
Fix Javadoc
---
.../shibboleth/idp/plugin/authn/duo/impl/DefaultDuoAdminClient.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DefaultDuoAdminClient.java b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DefaultDuoAdminClient.java
index 1118388e..5ddfca22 100644
--- a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DefaultDuoAdminClient.java
+++ b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DefaultDuoAdminClient.java
@@ -219,7 +219,7 @@ public class DefaultDuoAdminClient extends AbstractIdentifiableInitializableComp
*
* @return the {@link DuoIntegration} to use
*
- * @throws DuoException
+ * @throws DuoException if the integration does not exist
*/
@Nonnull private DuoIntegration getIntegrationAndCheckComponentActive(
@Nonnull final ProfileRequestContext prc) throws DuoException {
@@ -277,7 +277,7 @@ public class DefaultDuoAdminClient extends AbstractIdentifiableInitializableComp
// Checkstyle: CyclomaticComplexity OFF
/**
* Performs a call to the Duo AdminAPI. Upon a successful call, the JSON response is mapped into the appropriate
- * type of {@link YYY}.
+ * type of {@link DuoAdminResponseWrapper}.
*
* @param request the prepared HTTP request
* @param wrapperTypeRef the type of {@link DuoResponseWrapper} to use
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list