summaryrefslogtreecommitdiff
path: root/libjava/classpath/gnu/javax/crypto/jce/sig/DHParameters.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/gnu/javax/crypto/jce/sig/DHParameters.java')
-rw-r--r--libjava/classpath/gnu/javax/crypto/jce/sig/DHParameters.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/classpath/gnu/javax/crypto/jce/sig/DHParameters.java b/libjava/classpath/gnu/javax/crypto/jce/sig/DHParameters.java
index a917e223088..cc656d2c885 100644
--- a/libjava/classpath/gnu/javax/crypto/jce/sig/DHParameters.java
+++ b/libjava/classpath/gnu/javax/crypto/jce/sig/DHParameters.java
@@ -92,8 +92,8 @@ public class DHParameters
/**
* Decodes the set of DH 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>
* DhParams ::= SEQUENCE {
* p INTEGER, -- odd prime, p=jq +1
@@ -151,8 +151,8 @@ public class DHParameters
/**
* Encodes the set of DH 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>
* DhParams ::= SEQUENCE {
* p INTEGER, -- odd prime, p=jq +1