OSDN Git Service

Imported GNU Classpath 0.90
[pf3gnuchains/gcc-fork.git] / libjava / classpath / gnu / javax / crypto / jce / cipher / CipherAdapter.java
index 9667a67..5eaa31b 100644 (file)
@@ -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
+}