< prev index next >

src/java.base/share/classes/java/security/Policy.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

@@ -835,11 +835,11 @@
          * Adds a permission object to the current collection of permission
          * objects.
          *
          * @param permission the Permission object to add.
          *
-         * @exception SecurityException - if this PermissionCollection object
+         * @throws    SecurityException - if this PermissionCollection object
          *                                has been marked readonly
          */
         @Override public void add(Permission permission) {
             perms.add(permission);
         }
< prev index next >