OSDN Git Service

Imported GNU Classpath 0.90
[pf3gnuchains/gcc-fork.git] / libjava / classpath / gnu / javax / crypto / jce / cipher / NullCipherSpi.java
index 0876c95..e6d78ef 100644 (file)
@@ -43,8 +43,6 @@ import gnu.java.security.Registry;
 /**
  * The implementation of the Null cipher <i>Service Provider Interface</i>
  * (<b>SPI</b>) adapter.
- *
- * @version $Revision: 1.1 $
  */
 public final class NullCipherSpi extends CipherAdapter
 {
@@ -56,4 +54,4 @@ public final class NullCipherSpi extends CipherAdapter
   {
     super(Registry.NULL_CIPHER);
   }
-}
\ No newline at end of file
+}