[java-idp-plugin-duo] branch main updated: Fix Javadoc
Phil Smart
philip.smart at jisc.ac.uk
Thu Jun 24 11:38: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=a4f5ddc117b5ee1ef410e70eb638dedd19992b06
The following commit(s) were added to refs/heads/main by this push:
new a4f5ddc Fix Javadoc
a4f5ddc is described below
commit a4f5ddc117b5ee1ef410e70eb638dedd19992b06
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jun 24 12:38:02 2021 +0100
Fix Javadoc
---
.../net/shibboleth/idp/plugin/authn/duo/impl/DuoAuthnFlowTest.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoAuthnFlowTest.java b/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoAuthnFlowTest.java
index a1230e6..5b5b9b9 100644
--- a/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoAuthnFlowTest.java
+++ b/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoAuthnFlowTest.java
@@ -287,7 +287,8 @@ public class DuoAuthnFlowTest extends AbstractAuthnXmlFlowExecutionTests {
/**
* Test for https://issues.shibboleth.net/jira/browse/JDUO-47. A mapping strategy should
* correctly add the ACR to the set of principals.
- * @throws DuoClientException
+ *
+ * @throws DuoClientException on error.
*/
@Test
public void testContextToPrincipalMappingStrategy() throws DuoClientException {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list