mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8200381: Typos in javadoc - missing verb "be" and alike
Reviewed-by: lancea, darcy, wetmore
This commit is contained in:
parent
c7e3654a5c
commit
2ae27da3bc
12 changed files with 17 additions and 18 deletions
|
@ -105,7 +105,7 @@ abstract class DSA extends SignatureSpi {
|
|||
* Construct a blank DSA object that will use the specified
|
||||
* signature format. {@code p1363Format} should be {@code true} to
|
||||
* use the IEEE P1363 format. If {@code p1363Format} is {@code false},
|
||||
* the DER-encoded ASN.1 format will used. The DSA object must be
|
||||
* the DER-encoded ASN.1 format will be used. The DSA object must be
|
||||
* initialized before being usable for signing or verifying.
|
||||
*/
|
||||
DSA(MessageDigest md, boolean p1363Format) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue