summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/assembly/Direction.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/assembly/Direction.java')
-rw-r--r--gnu/javax/crypto/assembly/Direction.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/javax/crypto/assembly/Direction.java b/gnu/javax/crypto/assembly/Direction.java
index 58b59a630..935b9618e 100644
--- a/gnu/javax/crypto/assembly/Direction.java
+++ b/gnu/javax/crypto/assembly/Direction.java
@@ -45,9 +45,9 @@ package gnu.javax.crypto.assembly;
*
* <p>The possible values for this type are two:</p>
* <ol>
- * <li>FORWARD: equivalent to {@link gnu.crypto.mode.IMode#ENCRYPTION}, and
+ * <li>FORWARD: equivalent to {@link gnu.javax.crypto.mode.IMode#ENCRYPTION}, and
* its inverse value</li>
- * <li>REVERSED: equivalent to {@link gnu.crypto.mode.IMode#DECRYPTION}.</li>
+ * <li>REVERSED: equivalent to {@link gnu.javax.crypto.mode.IMode#DECRYPTION}.</li>
* </ol>
*/
public final class Direction