mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8156661: Handful of typos in javadoc
Reviewed-by: prappo, rriggs
This commit is contained in:
parent
967a686e70
commit
fcf085c678
41 changed files with 70 additions and 70 deletions
|
@ -65,7 +65,7 @@ extends GeneralSecurityException {
|
|||
}
|
||||
|
||||
/**
|
||||
* Creates a {@code InvalidAlgorithmParameterException} with the
|
||||
* Creates an {@code InvalidAlgorithmParameterException} with the
|
||||
* specified detail message and cause.
|
||||
*
|
||||
* @param message the detail message (which is saved for later retrieval
|
||||
|
@ -80,7 +80,7 @@ extends GeneralSecurityException {
|
|||
}
|
||||
|
||||
/**
|
||||
* Creates a {@code InvalidAlgorithmParameterException} with the
|
||||
* Creates an {@code InvalidAlgorithmParameterException} with the
|
||||
* specified cause and a detail message of
|
||||
* {@code (cause==null ? null : cause.toString())}
|
||||
* (which typically contains the class and detail message of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue