< prev index next >
src/java.desktop/share/classes/java/beans/IndexedPropertyDescriptor.java
Print this page
*** 391,402 ****
}
return indexedPropertyType;
}
/**
! * Compares this <code>PropertyDescriptor</code> against the specified object.
! * Returns true if the objects are the same. Two <code>PropertyDescriptor</code>s
* are the same if the read, write, property types, property editor and
* flags are equivalent.
*
* @since 1.4
*/
--- 391,402 ----
}
return indexedPropertyType;
}
/**
! * Compares this {@code PropertyDescriptor} against the specified object.
! * Returns true if the objects are the same. Two {@code PropertyDescriptor}s
* are the same if the read, write, property types, property editor and
* flags are equivalent.
*
* @since 1.4
*/
< prev index next >