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

Print this page

        

*** 283,293 **** /** * 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) --- 283,293 ---- /** * 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. ! * * @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)