8231859: Extra dash after the exception name in @throws clause of javadoc

Reviewed-by: weijun
This commit is contained in:
Ivan Gerasimov 2019-10-16 18:47:11 -07:00
parent 60f7a49958
commit 463d6e9640
7 changed files with 13 additions and 13 deletions

View file

@ -107,9 +107,9 @@ public abstract class PermissionCollection implements java.io.Serializable {
*
* @param permission the Permission object to add.
*
* @throws SecurityException - if this PermissionCollection object
* @throws SecurityException if this PermissionCollection object
* has been marked readonly
* @throws IllegalArgumentException - if this PermissionCollection
* @throws IllegalArgumentException if this PermissionCollection
* object is a homogeneous collection and the permission
* is not of the correct type.
*/