summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/cipher/Square.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/cipher/Square.java')
-rw-r--r--gnu/javax/crypto/cipher/Square.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/javax/crypto/cipher/Square.java b/gnu/javax/crypto/cipher/Square.java
index 15cb8b536..97773e5ea 100644
--- a/gnu/javax/crypto/cipher/Square.java
+++ b/gnu/javax/crypto/cipher/Square.java
@@ -59,8 +59,6 @@ import java.util.Iterator;
* <a href="mailto:lars.knudsen@esat.kuleuven.ac.be">Lars Knudsen</a> and
* <a href="mailto:vincent.rijmen@esat.kuleuven.ac.be">Vincent Rijmen</a>.</li>
* </ol>
- *
- * @version $Revision: 1.1 $
*/
public final class Square extends BaseCipher
{
@@ -517,4 +515,4 @@ public final class Square extends BaseCipher
}
return valid.booleanValue();
}
-} \ No newline at end of file
+}