On Wed, 25 May 2022 10:22:15 GMT, Hannes Wallnöfer <hann...@openjdk.org> wrote:
>> Jonathan Gibbons has updated the pull request with a new target base due to >> a merge or a rebase. The pull request now contains three commits: >> >> - merge with upstream master >> - fix copyright; update test description >> - JDK-8285939: javadoc java.lang.Record should not have "Direct Known >> Subclasses:" section > > 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. ------------- PR: https://git.openjdk.java.net/jdk/pull/8523