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

changeset 1358
fc123bdeddb8
parent 1357
c75be5bc5283
child 1359
25e14ad23cef
     1.1 --- a/src/share/classes/com/sun/tools/javadoc/DocImpl.java	Tue Oct 09 19:10:00 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javadoc/DocImpl.java	Tue Oct 09 19:31:58 2012 -0700
     1.3 @@ -262,7 +262,7 @@
     1.4       * <p>
     1.5       * Included so that Doc item are java.lang.Comparable.
     1.6       *
     1.7 -     * @param   o the <code>Object</code> to be compared.
     1.8 +     * @param   obj the {@code Object} to be compared.
     1.9       * @return  a negative integer, zero, or a positive integer as this Object
    1.10       *          is less than, equal to, or greater than the given Object.
    1.11       * @exception ClassCastException the specified Object's type prevents it

mercurial