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, 1 insertions, 3 deletions
diff --git a/gnu/javax/crypto/jce/cipher/CipherAdapter.java b/gnu/javax/crypto/jce/cipher/CipherAdapter.java
index 9667a67ff..5eaa31b77 100644
--- a/gnu/javax/crypto/jce/cipher/CipherAdapter.java
+++ b/gnu/javax/crypto/jce/cipher/CipherAdapter.java
@@ -82,8 +82,6 @@ import javax.crypto.spec.IvParameterSpec;
* and the initialization vector, the subclass should override those methods.
* Otherwise a subclass need only call the {@link #CipherAdapter(String)}
* constructor with the name of the cipher.</p>
- *
- * @version $Revision: 1.1 $
*/
class CipherAdapter extends CipherSpi
{
@@ -504,4 +502,4 @@ class CipherAdapter extends CipherSpi
partBlock = new byte[blockLen];
partLen = 0;
}
-} \ No newline at end of file
+}