RFR: JDK-8285939: javadoc java.lang.Record should not have "Direct Known Subclasses:" section [v2]
Jonathan Gibbons
jjg at openjdk.java.net
Wed May 25 19:56:50 UTC 2022
On Wed, 25 May 2022 19:43:55 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractTreeWriter.java line 94:
>>
>>> 92: }
>>> 93:
>>> 94: protected void addTree(Hierarchy hierarchy, String heading, Content content) {
>>
>> You should keep and adapt the doc comment of the addTree method you removed above.
>
> Noted; will do.
done
-------------
PR: https://git.openjdk.java.net/jdk/pull/8523
More information about the javadoc-dev
mailing list