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

Print this page

        

@@ -154,11 +154,11 @@
  * <li>setAttribute</li>
  * <li>unregisterMBean</li>
  * </ul>
  *
  * <p>In a comma-separated list of actions, spaces are allowed before
- * and after each action.</p>
+ * and after each action.
  *
  * @since 1.5
  */
 public class MBeanPermission extends Permission {
 

@@ -1127,11 +1127,11 @@
 
     /**
      * Checks two MBeanPermission objects for equality. Checks
      * that <i>obj</i> is an MBeanPermission, and has the same
      * name and actions as this object.
-     * <P>
+     *
      * @param obj the object we are testing for equality with this object.
      * @return true if obj is an MBeanPermission, and has the
      * same name and actions as this MBeanPermission object.
      */
     public boolean equals(Object obj) {