src/share/classes/com/sun/tools/doclets/formats/html/AbstractMemberWriter.java

changeset 1358
fc123bdeddb8
parent 1357
c75be5bc5283
child 1359
25e14ad23cef
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/AbstractMemberWriter.java	Tue Oct 09 19:10:00 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/AbstractMemberWriter.java	Tue Oct 09 19:31:58 2012 -0700
     1.3 @@ -365,7 +365,7 @@
     1.4       * Add the comment for the given member.
     1.5       *
     1.6       * @param member the member being documented.
     1.7 -     * @param contentTree the content tree to which the comment will be added.
     1.8 +     * @param htmltree the content tree to which the comment will be added.
     1.9       */
    1.10      protected void addComment(ProgramElementDoc member, Content htmltree) {
    1.11          if (member.inlineTags().length > 0) {

mercurial