8156661: Handful of typos in javadoc

Reviewed-by: prappo, rriggs
This commit is contained in:
Ivan Gerasimov 2016-05-10 17:16:55 +03:00
parent 967a686e70
commit fcf085c678
41 changed files with 70 additions and 70 deletions

View file

@ -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}).