OSDN Git Service

Imported GNU Classpath 0.90
[pf3gnuchains/gcc-fork.git] / libjava / classpath / gnu / javax / crypto / jce / mac / HMacRipeMD160Spi.java
index a47e1a5..c14e3b3 100644 (file)
@@ -43,8 +43,6 @@ import gnu.java.security.Registry;
 /**
  * The implementation of the HMAC-RIPEMD-160 <i>Service Provider Interface</i>
  * (<b>SPI</b>) adapter.
- *
- * @version $Revision: 1.1 $
  */
 public final class HMacRipeMD160Spi extends MacAdapter
 {
@@ -56,4 +54,4 @@ public final class HMacRipeMD160Spi extends MacAdapter
   {
     super(Registry.HMAC_NAME_PREFIX + Registry.RIPEMD160_HASH);
   }
-}
\ No newline at end of file
+}