summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/jce/cipher/CipherAdapter.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/jce/cipher/CipherAdapter.java')
-rw-r--r--gnu/javax/crypto/jce/cipher/CipherAdapter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/javax/crypto/jce/cipher/CipherAdapter.java b/gnu/javax/crypto/jce/cipher/CipherAdapter.java
index 5eaa31b77..f8adedce7 100644
--- a/gnu/javax/crypto/jce/cipher/CipherAdapter.java
+++ b/gnu/javax/crypto/jce/cipher/CipherAdapter.java
@@ -118,9 +118,9 @@ class CipherAdapter extends CipherSpi
/**
* <p>Protected constructor to be called by subclasses. The cipher name
- * argument should be the appropriate one listed in {@link gnu.crypto.Registry}.
+ * argument should be the appropriate one listed in {@link gnu.java.security.Registry}.
* The basic cipher instance is created, along with an instance of the
- * {@link gnu.crypto.mode.ECB} mode and no padding.</p>
+ * {@link gnu.javax.crypto.mode.ECB} mode and no padding.</p>
*
* @param cipherName The cipher to instantiate.
* @param blockLen The block length to use.