summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/jce/mac/TMMH16Spi.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/jce/mac/TMMH16Spi.java')
-rw-r--r--gnu/javax/crypto/jce/mac/TMMH16Spi.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/javax/crypto/jce/mac/TMMH16Spi.java b/gnu/javax/crypto/jce/mac/TMMH16Spi.java
index 0a4222237..1734e1e69 100644
--- a/gnu/javax/crypto/jce/mac/TMMH16Spi.java
+++ b/gnu/javax/crypto/jce/mac/TMMH16Spi.java
@@ -50,8 +50,6 @@ import java.security.spec.AlgorithmParameterSpec;
/**
* The implementation of the TMMH16 <i>Service Provider Interface</i>
* (<b>SPI</b>) adapter.
- *
- * @version $Revision: 1.1 $
*/
public final class TMMH16Spi extends MacAdapter
{
@@ -88,4 +86,4 @@ public final class TMMH16Spi extends MacAdapter
throw new InvalidAlgorithmParameterException(iae.getMessage());
}
}
-} \ No newline at end of file
+}