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

@ -1367,10 +1367,10 @@ final class SocketPermissionCollection extends PermissionCollection
*
* @param permission the Permission object to add.
*
* @throws IllegalArgumentException - if the permission is not a
* @throws IllegalArgumentException if the permission is not a
* SocketPermission
*
* @throws SecurityException - if this SocketPermissionCollection object
* @throws SecurityException if this SocketPermissionCollection object
* has been marked readonly
*/
@Override