diff options
Diffstat (limited to 'gnu/javax/crypto/key/GnuPBEKey.java')
-rw-r--r-- | gnu/javax/crypto/key/GnuPBEKey.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/javax/crypto/key/GnuPBEKey.java b/gnu/javax/crypto/key/GnuPBEKey.java index 6f4bcb1b3..5642e59ed 100644 --- a/gnu/javax/crypto/key/GnuPBEKey.java +++ b/gnu/javax/crypto/key/GnuPBEKey.java @@ -43,7 +43,7 @@ import javax.crypto.spec.PBEKeySpec; /** * An implementation of a password-based encryption key. - * + * * @author Casey Marshall (csm@gnu.org) */ public class GnuPBEKey |