src/share/classes/javax/management/MBeanServerPermission.java

Print this page

        

@@ -283,11 +283,11 @@
 
     /**
      * Checks two MBeanServerPermission objects for equality. Checks that
      * <i>obj</i> is an MBeanServerPermission, and represents the same
      * list of allowable actions as this object.
-     * <P>
+     *
      * @param obj the object we are testing for equality with this object.
      * @return true if the objects are equal.
      */
     public boolean equals(Object obj) {
         if (obj == this)