OSDN Git Service

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