summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/mode/BaseMode.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/mode/BaseMode.java')
-rw-r--r--gnu/javax/crypto/mode/BaseMode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/javax/crypto/mode/BaseMode.java b/gnu/javax/crypto/mode/BaseMode.java
index 0a9ab2dab..f230cbd72 100644
--- a/gnu/javax/crypto/mode/BaseMode.java
+++ b/gnu/javax/crypto/mode/BaseMode.java
@@ -146,7 +146,7 @@ public abstract class BaseMode implements IMode
* of the method(s) available in the factory class.</p>
*
* @return the default value, in bytes, of the mode's block size.
- * @see gnu.crypto.mode.ModeFactory
+ * @see ModeFactory
*/
public int defaultBlockSize()
{