src/share/classes/com/sun/tools/doclets/internal/toolkit/util/DeprecatedAPIListBuilder.java

changeset 1358
fc123bdeddb8
parent 1357
c75be5bc5283
child 1359
25e14ad23cef
     1.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/DeprecatedAPIListBuilder.java	Tue Oct 09 19:10:00 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/DeprecatedAPIListBuilder.java	Tue Oct 09 19:31:58 2012 -0700
     1.3 @@ -146,7 +146,7 @@
     1.4      /**
     1.5       * Return the list of deprecated Doc objects of a given type.
     1.6       *
     1.7 -     * @param the constant representing the type of list being returned.
     1.8 +     * @param type the constant representing the type of list being returned.
     1.9       */
    1.10      public List<Doc> getList(int type) {
    1.11          return deprecatedLists.get(type);

mercurial