RFR: 8253812: Cleanup AbstractMemberWriter
Kumar Srinivasan
ksrini at openjdk.java.net
Wed Sep 30 20:10:25 UTC 2020
On Tue, 29 Sep 2020 16:32:00 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> This is primarily a cosmetic cleanup for the doc comments on `AbstractMemberWriter`, but cleaning up some of the
> comments leaked into fixing up comments on overridden methods as well.
Marked as reviewed by ksrini (Reviewer).
src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractMemberWriter.java line 235:
> 233: *
> 234: * @param member the member to add the type for
> 235: * @param code the content tree to which the modified will be added
I think this should be modifier not modified.
-------------
PR: https://git.openjdk.java.net/jdk/pull/405
More information about the javadoc-dev
mailing list