[java-idp-plugin-duo] branch main updated: Fix test Javadoc
Phil Smart
philip.smart at jisc.ac.uk
Thu Jun 24 15:17:07 UTC 2021
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=fb80a2fcf90e9ade2d6d7dd577bc304627b5259e
The following commit(s) were added to refs/heads/main by this push:
new fb80a2f Fix test Javadoc
fb80a2f is described below
commit fb80a2fcf90e9ade2d6d7dd577bc304627b5259e
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jun 24 16:17:05 2021 +0100
Fix test Javadoc
---
.../idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactoryTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-duo-sdk-client-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactoryTest.java b/idp-duo-sdk-client-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactoryTest.java
index 4ae954e..fac07d1 100644
--- a/idp-duo-sdk-client-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactoryTest.java
+++ b/idp-duo-sdk-client-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/sdk/impl/DuoSDKClientFactoryTest.java
@@ -80,7 +80,7 @@ public class DuoSDKClientFactoryTest {
/**
* Test creation.
*
- * @throws DuoClientException
+ * @throws DuoClientException on error.
*/
@Test
public final void testCreateInstance() throws DuoClientException {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list