RFR: 8253812: Cleanup AbstractMemberWriter
Jonathan Gibbons
jjg at openjdk.java.net
Wed Sep 30 20:22:26 UTC 2020
On Wed, 30 Sep 2020 20:01:26 GMT, Kumar Srinivasan <ksrini 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.
>
> 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.
Indeed; will fix
-------------
PR: https://git.openjdk.java.net/jdk/pull/405
More information about the javadoc-dev
mailing list