[java-identity-provider] branch main updated: Javadoc warning.

Scott Cantor cantor.2 at osu.edu
Thu Oct 1 12:19:54 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=33d0b29a1b4322fdb778171c1c2ed9d6f837194b

The following commit(s) were added to refs/heads/main by this push:
       new  33d0b29a1 Javadoc warning.
33d0b29a1 is described below

commit 33d0b29a1b4322fdb778171c1c2ed9d6f837194b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 1 08:19:51 2020 -0400

    Javadoc warning.
---
 .../idp/attribute/resolver/ad/impl/DecryptedAttributeTest.java        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/ad/impl/DecryptedAttributeTest.java b/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/ad/impl/DecryptedAttributeTest.java
index 2bcf9a415..91e860c6a 100644
--- a/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/ad/impl/DecryptedAttributeTest.java
+++ b/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/ad/impl/DecryptedAttributeTest.java
@@ -124,7 +124,7 @@ public class DecryptedAttributeTest {
      * Test when dependent on a data connector.
      * 
      * @throws ComponentInitializationException if initialization fails (which it shouldn't).
-     * @throws DataSealerException 
+     * @throws DataSealerException if encryption fails
      */
     @Test public void dataConnector() throws ComponentInitializationException, DataSealerException {
 
@@ -176,7 +176,7 @@ public class DecryptedAttributeTest {
      * Test when dependent on another attribute.
      * 
      * @throws ComponentInitializationException if initialization fails (which it shouldn't).
-     * @throws DataSealerException 
+     * @throws DataSealerException if encryption fails
      */
     @Test public void attribute() throws ComponentInitializationException, DataSealerException {
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list