diff options
Diffstat (limited to 'libjava/java/security/AlgorithmParameterGenerator.java')
-rw-r--r-- | libjava/java/security/AlgorithmParameterGenerator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/security/AlgorithmParameterGenerator.java b/libjava/java/security/AlgorithmParameterGenerator.java index 26a7790d37a..034302504f0 100644 --- a/libjava/java/security/AlgorithmParameterGenerator.java +++ b/libjava/java/security/AlgorithmParameterGenerator.java @@ -67,7 +67,7 @@ import gnu.java.security.Engine; * system parameters, for example, the parameter generation values usually * consist of the size of the prime modulus and the size of the random * exponent, both specified in number of bits.</li> - * <ul> + * </ul> * * <p>In case the client does not explicitly initialize the * <code>AlgorithmParameterGenerator</code> (via a call to an <code>init()</code> |