summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/jce/key/TwofishSecretKeyFactoryImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/jce/key/TwofishSecretKeyFactoryImpl.java')
-rw-r--r--gnu/javax/crypto/jce/key/TwofishSecretKeyFactoryImpl.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/javax/crypto/jce/key/TwofishSecretKeyFactoryImpl.java b/gnu/javax/crypto/jce/key/TwofishSecretKeyFactoryImpl.java
index a182d4116..0767d4cac 100644
--- a/gnu/javax/crypto/jce/key/TwofishSecretKeyFactoryImpl.java
+++ b/gnu/javax/crypto/jce/key/TwofishSecretKeyFactoryImpl.java
@@ -35,9 +35,11 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
+
package gnu.javax.crypto.jce.key;
-public class TwofishSecretKeyFactoryImpl extends SecretKeyFactoryImpl
+public class TwofishSecretKeyFactoryImpl
+ extends SecretKeyFactoryImpl
{
public TwofishSecretKeyFactoryImpl()
{