Skip to content

Commit 1f8265a

Browse files
committed
Fix javadoc
1 parent 5dc9e3e commit 1f8265a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkix/src/main/java/org/bouncycastle/pkcs/PKCS10CertificationRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private static ASN1Encodable getSingleValue(Attribute at)
8080
}
8181

8282
/**
83-
* Create a PKCS10CertificationRequestHolder from an underlying ASN.1 structure.
83+
* Create a PKCS10CertificationRequest from an underlying ASN.1 structure.
8484
*
8585
* @param certificationRequest the underlying ASN.1 structure representing a request.
8686
*/
@@ -134,7 +134,7 @@ public PKCS10CertificationRequest(CertificationRequest certificationRequest)
134134
}
135135

136136
/**
137-
* Create a PKCS10CertificationRequestHolder from the passed in bytes.
137+
* Create a PKCS10CertificationRequest from the passed in bytes.
138138
*
139139
* @param encoded BER/DER encoding of the CertificationRequest structure.
140140
* @throws IOException in the event of corrupted data, or an incorrect structure.

0 commit comments

Comments
 (0)