mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8284851: Update javax.crypto files to use proper javadoc for mentioned classes
Reviewed-by: weijun, valeriep
This commit is contained in:
parent
8cdead0c94
commit
f804f2ce8e
92 changed files with 2142 additions and 2010 deletions
|
@ -40,8 +40,8 @@ public class InvalidKeyException extends KeyException {
|
|||
private static final long serialVersionUID = 5698479920593359816L;
|
||||
|
||||
/**
|
||||
* Constructs an InvalidKeyException with no detail message. A
|
||||
* detail message is a String that describes this particular
|
||||
* Constructs an {@code InvalidKeyException} with no detail message. A
|
||||
* detail message is a {@code String} that describes this particular
|
||||
* exception.
|
||||
*/
|
||||
public InvalidKeyException() {
|
||||
|
@ -49,8 +49,8 @@ public class InvalidKeyException extends KeyException {
|
|||
}
|
||||
|
||||
/**
|
||||
* Constructs an InvalidKeyException with the specified detail
|
||||
* message. A detail message is a String that describes this
|
||||
* Constructs an {@code InvalidKeyException} with the specified detail
|
||||
* message. A detail message is a {@code String} that describes this
|
||||
* particular exception.
|
||||
*
|
||||
* @param msg the detail message.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue