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

Print this page

        

*** 154,164 **** * <li>setAttribute</li> * <li>unregisterMBean</li> * </ul> * * <p>In a comma-separated list of actions, spaces are allowed before ! * and after each action.</p> * * @since 1.5 */ public class MBeanPermission extends Permission { --- 154,164 ---- * <li>setAttribute</li> * <li>unregisterMBean</li> * </ul> * * <p>In a comma-separated list of actions, spaces are allowed before ! * and after each action. * * @since 1.5 */ public class MBeanPermission extends Permission {
*** 1127,1137 **** /** * 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) { --- 1127,1137 ---- /** * Checks two MBeanPermission objects for equality. Checks * that <i>obj</i> is an MBeanPermission, and has the same * name and actions as this object. ! * * @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) {