src/share/classes/com/sun/tools/javadoc/DocImpl.java

changeset 1358
fc123bdeddb8
parent 1357
c75be5bc5283
child 1359
25e14ad23cef
equal deleted inserted replaced
1357:c75be5bc5283 1358:fc123bdeddb8
260 * negative integer, zero, or a positive integer as this Object is less 260 * negative integer, zero, or a positive integer as this Object is less
261 * than, equal to, or greater than the given Object. 261 * than, equal to, or greater than the given Object.
262 * <p> 262 * <p>
263 * Included so that Doc item are java.lang.Comparable. 263 * Included so that Doc item are java.lang.Comparable.
264 * 264 *
265 * @param o the <code>Object</code> to be compared. 265 * @param obj the {@code Object} to be compared.
266 * @return a negative integer, zero, or a positive integer as this Object 266 * @return a negative integer, zero, or a positive integer as this Object
267 * is less than, equal to, or greater than the given Object. 267 * is less than, equal to, or greater than the given Object.
268 * @exception ClassCastException the specified Object's type prevents it 268 * @exception ClassCastException the specified Object's type prevents it
269 * from being compared to this Object. 269 * from being compared to this Object.
270 */ 270 */

mercurial