jdk/src/share/classes/java/io/FilePermission.java
changeset 21801 b8a5ff5f0c2a
parent 21334 c60dfce46a77
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/java/io/FilePermission.java	Thu Nov 14 12:35:34 2013 +0100
+++ b/jdk/src/share/classes/java/io/FilePermission.java	Mon Nov 18 17:00:23 2013 +0400
@@ -380,7 +380,7 @@
     /**
      * Checks two FilePermission objects for equality. Checks that <i>obj</i> is
      * a FilePermission, and has the same pathname and actions as this object.
-     * <P>
+     *
      * @param obj the object we are testing for equality with this object.
      * @return <code>true</code> if obj is a FilePermission, and has the same
      *          pathname and actions as this FilePermission object,