mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +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
|
@ -58,7 +58,7 @@ public class InvalidKeyException extends KeyException {
|
|||
}
|
||||
|
||||
/**
|
||||
* Creates a {@code InvalidKeyException} with the specified
|
||||
* Creates an {@code InvalidKeyException} with the specified
|
||||
* detail message and cause.
|
||||
*
|
||||
* @param message the detail message (which is saved for later retrieval
|
||||
|
@ -73,7 +73,7 @@ public class InvalidKeyException extends KeyException {
|
|||
}
|
||||
|
||||
/**
|
||||
* Creates a {@code InvalidKeyException} with the specified cause
|
||||
* Creates an {@code InvalidKeyException} with the specified cause
|
||||
* and a detail message of {@code (cause==null ? null : cause.toString())}
|
||||
* (which typically contains the class and detail message of
|
||||
* {@code cause}).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue