On Fri, 13 Jan 2023 21:30:06 GMT, Joe Darcy <da...@openjdk.org> wrote:
> With generalized see and link tags that can refer to anchors (JDK-8200337), > the see and link tags in core libraries should be updated to use this feature > when possible. This PR covers such updates for java.base. src/java.base/share/classes/java/util/ResourceBundle.java line 270: > 268: * are packaged in a JAR file. Resource bundle only JAR file can be > readily > 269: * deployed as an {@linkplain > java.lang.module.ModuleFinder##automatic-modules > 270: * automatic module1}. For example, if the JAR file contains the Typo: extra `1` ------------- PR: https://git.openjdk.org/jdk/pull/12000