summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/jce/cipher/TwofishSpi.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/jce/cipher/TwofishSpi.java')
-rw-r--r--gnu/javax/crypto/jce/cipher/TwofishSpi.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/javax/crypto/jce/cipher/TwofishSpi.java b/gnu/javax/crypto/jce/cipher/TwofishSpi.java
index 3a75a9858..31df5ea40 100644
--- a/gnu/javax/crypto/jce/cipher/TwofishSpi.java
+++ b/gnu/javax/crypto/jce/cipher/TwofishSpi.java
@@ -43,8 +43,6 @@ import gnu.java.security.Registry;
/**
* The implementation of the Twofish <i>Service Provider Interface</i>
* (<b>SPI</b>) adapter.
- *
- * @version $Revision: 1.1.4.1 $
*/
public final class TwofishSpi extends CipherAdapter
{
@@ -56,4 +54,4 @@ public final class TwofishSpi extends CipherAdapter
{
super(Registry.TWOFISH_CIPHER);
}
-} \ No newline at end of file
+}