< prev index next >

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

@@ -75,11 +75,11 @@
      * Retrieves the guarded object, or throws an exception if access
      * to the guarded object is denied by the guard.
      *
      * @return the guarded object.
      *
-     * @exception SecurityException if access to the guarded object is
+     * @throws    SecurityException if access to the guarded object is
      * denied.
      */
     public Object getObject()
         throws SecurityException
     {
< prev index next >