RFR: JDK-8300133: Use generalized see and link tags in core libs
Mandy Chung
mchung at openjdk.org
Fri Jan 13 22:46:10 UTC 2023
On Fri, 13 Jan 2023 21:30:06 GMT, Joe Darcy <darcy at 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 : `module1`?
-------------
PR: https://git.openjdk.org/jdk/pull/12000
More information about the security-dev
mailing list