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

@ -837,7 +837,7 @@ public abstract class Policy {
*
* @param permission the Permission object to add.
*
* @throws SecurityException - if this PermissionCollection object
* @throws SecurityException if this PermissionCollection object
* has been marked readonly
*/
@Override public void add(Permission permission) {