mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8231859: Extra dash after the exception name in @throws clause of javadoc
Reviewed-by: weijun
This commit is contained in:
parent
60f7a49958
commit
463d6e9640
7 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue