diff options
Diffstat (limited to 'libjava/classpath/gnu/java/security/jce/sig/DSSParameters.java')
-rw-r--r-- | libjava/classpath/gnu/java/security/jce/sig/DSSParameters.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/classpath/gnu/java/security/jce/sig/DSSParameters.java b/libjava/classpath/gnu/java/security/jce/sig/DSSParameters.java index 8a1cb4ca502..fbf778dae89 100644 --- a/libjava/classpath/gnu/java/security/jce/sig/DSSParameters.java +++ b/libjava/classpath/gnu/java/security/jce/sig/DSSParameters.java @@ -99,8 +99,8 @@ public class DSSParameters /** * Decodes the set of DSS parameters as per RFC-2459; i.e. the DER-encoded - * form of the following ASN.1 construct: - * + * form of the following ASN.1 construct: + * * <pre> * DssParams ::= SEQUENCE { * p INTEGER, @@ -152,8 +152,8 @@ public class DSSParameters /** * Encodes the set of DSS parameters as per RFC-2459; i.e. as the DER-encoded - * form of the following ASN.1 construct: - * + * form of the following ASN.1 construct: + * * <pre> * DssParams ::= SEQUENCE { * p INTEGER, |