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

@ -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