summaryrefslogtreecommitdiffstats
path: root/libjava/java/security/AlgorithmParameterGenerator.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/security/AlgorithmParameterGenerator.java')
-rw-r--r--libjava/java/security/AlgorithmParameterGenerator.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/libjava/java/security/AlgorithmParameterGenerator.java b/libjava/java/security/AlgorithmParameterGenerator.java
index fca30147775..cf245da5a62 100644
--- a/libjava/java/security/AlgorithmParameterGenerator.java
+++ b/libjava/java/security/AlgorithmParameterGenerator.java
@@ -1,5 +1,5 @@
/* AlgorithmParameterGenerator.java --- Algorithm Parameter Generator
- Copyright (C) 1999, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -35,12 +35,13 @@ 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 java.security;
-import java.security.spec.AlgorithmParameterSpec;
+package java.security;
import gnu.java.security.Engine;
+import java.security.spec.AlgorithmParameterSpec;
+
/**
* <p>The <code>AlgorithmParameterGenerator</code> class is used to generate a
* set of parameters to be used with a certain algorithm. Parameter generators
OpenPOWER on IntegriCloud