< prev index next >

src/java.base/share/classes/java/security/Permissions.java

Print this page
rev 56290 : 8230648: Replace @exception tag with @throws in java.base
Summary: Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: prappo, lancea

*** 114,124 **** * a new PermissionCollection object (and adds the permission to it) * if an appropriate collection does not yet exist. * * @param permission the Permission object to add. * ! * @exception SecurityException if this Permissions object is * marked as readonly. * * @see PermissionCollection#isReadOnly() */ @Override --- 114,124 ---- * a new PermissionCollection object (and adds the permission to it) * if an appropriate collection does not yet exist. * * @param permission the Permission object to add. * ! * @throws SecurityException if this Permissions object is * marked as readonly. * * @see PermissionCollection#isReadOnly() */ @Override
< prev index next >