[java-identity-provider] branch master updated: Fix Javadoc on test
Rod Widdowson
rdw at steadingsoftware.com
Wed Jul 1 09:47:26 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=ebc093877d4c28ec8291f320ce7d75d356d5bf0b
The following commit(s) were added to refs/heads/master by this push:
new ebc093877 Fix Javadoc on test
ebc093877 is described below
commit ebc093877d4c28ec8291f320ce7d75d356d5bf0b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jul 1 10:43:51 2020 +0100
Fix Javadoc on test
---
.../idp/attribute/resolver/spring/AttributeResolverTest.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java b/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java
index 87243f406..af48199a7 100644
--- a/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java
+++ b/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java
@@ -166,8 +166,7 @@ public class AttributeResolverTest extends OpenSAMLInitBaseTestCase {
/**
* Not actually a test, just a convenience method for encrypting a value to put into the test data.
- * @throws DataSealerException
- * @throws ComponentInitializationException
+ * @throws DataSealerException from {@link DataSealer#wrap(String, java.time.Instant)}
*/
@Test(enabled=false)
private void dumpEncryptedString() throws DataSealerException {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list