On Wed, 4 Jan 2023 22:05:10 GMT, Pavel Rappo <pra...@openjdk.org> wrote:
> In case you've missed test failures in your GitHub Actions (GHA): > `test/langtools/tools/javac/lib/DPrinter.java`. A trivial fix, really. Fixed. > src/jdk.compiler/share/classes/com/sun/source/doctree/DocTreeVisitor.java > line 218: > >> 216: * @since 21 >> 217: */ >> 218: R visitMarkdown(MarkdownTree node, P p); > > This is supposed to be a `default` method, right? Yes. ------------- PR: https://git.openjdk.org/jdk/pull/11701