[java-support] branch master updated: Javadoc changes (parameter types have changed)

Ian Young ian at iay.org.uk
Mon Mar 11 10:22:11 EDT 2019


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

iay pushed a commit to branch master
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=8e42366a3feebcef1677cfec894852a9a8a7c29c

The following commit(s) were added to refs/heads/master by this push:
       new  8e42366   Javadoc changes (parameter types have changed)
8e42366 is described below

commit 8e42366a3feebcef1677cfec894852a9a8a7c29c
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Mar 11 14:22:08 2019 +0000

    Javadoc changes (parameter types have changed)
---
 .../net/shibboleth/utilities/java/support/security/DataSealer.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/security/DataSealer.java b/src/main/java/net/shibboleth/utilities/java/support/security/DataSealer.java
index c3b88f5..cbd8d60 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/security/DataSealer.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/security/DataSealer.java
@@ -176,7 +176,7 @@ public class DataSealer extends AbstractInitializableComponent {
     }
 
     /**
-     * Decrypts and verifies an encrypted bundle created with {@link #wrap(String, long)}.
+     * Decrypts and verifies an encrypted bundle created with {@link #wrap(String, Instant)}.
      * 
      * @param wrapped the encoded blob
      * 
@@ -189,7 +189,7 @@ public class DataSealer extends AbstractInitializableComponent {
     }
     
     /**
-     * Decrypts and verifies an encrypted bundle created with {@link #wrap(String, long)}, optionally
+     * Decrypts and verifies an encrypted bundle created with {@link #wrap(String, Instant)}, optionally
      * returning the label of the key used to encrypt the data.
      * 
      * @param wrapped the encoded blob

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


More information about the commits mailing list