summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/jce/mac/UHash32Spi.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/jce/mac/UHash32Spi.java')
-rw-r--r--gnu/javax/crypto/jce/mac/UHash32Spi.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/javax/crypto/jce/mac/UHash32Spi.java b/gnu/javax/crypto/jce/mac/UHash32Spi.java
index af678c0fa..825edc173 100644
--- a/gnu/javax/crypto/jce/mac/UHash32Spi.java
+++ b/gnu/javax/crypto/jce/mac/UHash32Spi.java
@@ -44,12 +44,9 @@ import gnu.java.security.Registry;
* The implementation of the UHash-32 <i>Service Provider Interface</i>
* (<b>SPI</b>) adapter.
*/
-public final class UHash32Spi extends MacAdapter
+public final class UHash32Spi
+ extends MacAdapter
{
-
- // Constructors.
- // -----------------------------------------------------------------------
-
public UHash32Spi()
{
super(Registry.UHASH32);