[code-reflection] RFR: Fix javadoc issues

Maurizio Cimadamore mcimadamore at openjdk.org
Fri Nov 28 12:52:32 UTC 2025


On Fri, 28 Nov 2025 12:46:11 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> This simple PR fixes some issues preventing `make docs` to complete normally.

src/jdk.compiler/share/classes/module-info.java line 26:

> 24:  */
> 25: 
> 26: import javax.tools.JavaCompiler;

These imports have been dropped from mainline, so I restored them (as this was causing issues when generating javadoc for module-info)

-------------

PR Review Comment: https://git.openjdk.org/babylon/pull/715#discussion_r2571567848


More information about the babylon-dev mailing list