[java-identity-provider] branch master updated: Fix comment
Rod Widdowson
rdw at steadingsoftware.com
Wed Jul 1 15:33:09 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=3e5eaefc2cfce4f4028043ba15f9cc61b22f714c
The following commit(s) were added to refs/heads/master by this push:
new 3e5eaefc2 Fix comment
3e5eaefc2 is described below
commit 3e5eaefc2cfce4f4028043ba15f9cc61b22f714c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jul 1 16:33:03 2020 +0100
Fix comment
---
.../shibboleth/idp/attribute/resolver/spring/AttributeResolverTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 af48199a7..97e96fcb3 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,7 +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 from {@link DataSealer#wrap(String, java.time.Instant)}
+ * @throws DataSealerException from {@link DataSealer#wrap(String)}
*/
@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