< prev index next >
src/java.desktop/share/classes/java/beans/PropertyDescriptor.java
Print this page
@@ -486,12 +486,12 @@
return (PropertyEditor)editor;
}
/**
- * Compares this <code>PropertyDescriptor</code> against the specified object.
- * Returns true if the objects are the same. Two <code>PropertyDescriptor</code>s
+ * 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 >