Skip to content

Commit 558a682

Browse files
8279115: Fix internal doc comment errors.
Reviewed-by: mli
1 parent 87cc4e5 commit 558a682

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/ConstructorWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public interface ConstructorWriter extends MemberWriter {
7474
* Add the preview output for the given member.
7575
*
7676
* @param member the member being documented
77-
* @param annotationDocTree content tree to which the preview information will be added
77+
* @param contentTree content tree to which the preview information will be added
7878
*/
7979
void addPreview(ExecutableElement member, Content contentTree);
8080

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/EnumConstantWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Content getEnumConstantsTreeHeader(VariableElement enumConstant,
7979
* Add the preview output for the given member.
8080
*
8181
* @param member the member being documented
82-
* @param annotationDocTree content tree to which the preview information will be added
82+
* @param contentTree content tree to which the preview information will be added
8383
*/
8484
void addPreview(VariableElement member, Content contentTree);
8585

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/MethodWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public interface MethodWriter extends MemberWriter {
7575
* Adds the preview output for the given member.
7676
*
7777
* @param member the member being documented
78-
* @param annotationDocTree content tree to which the preview information will be added
78+
* @param contentTree content tree to which the preview information will be added
7979
*/
8080
void addPreview(ExecutableElement member, Content contentTree);
8181

0 commit comments

Comments
 (0)