jdk/src/share/classes/java/io/FilePermission.java
changeset 21801 b8a5ff5f0c2a
parent 21334 c60dfce46a77
child 23010 6dadb192ad81
equal deleted inserted replaced
21800:9be418e27be5 21801:b8a5ff5f0c2a
   378     }
   378     }
   379 
   379 
   380     /**
   380     /**
   381      * Checks two FilePermission objects for equality. Checks that <i>obj</i> is
   381      * Checks two FilePermission objects for equality. Checks that <i>obj</i> is
   382      * a FilePermission, and has the same pathname and actions as this object.
   382      * a FilePermission, and has the same pathname and actions as this object.
   383      * <P>
   383      *
   384      * @param obj the object we are testing for equality with this object.
   384      * @param obj the object we are testing for equality with this object.
   385      * @return <code>true</code> if obj is a FilePermission, and has the same
   385      * @return <code>true</code> if obj is a FilePermission, and has the same
   386      *          pathname and actions as this FilePermission object,
   386      *          pathname and actions as this FilePermission object,
   387      *          <code>false</code> otherwise.
   387      *          <code>false</code> otherwise.
   388      */
   388      */