A couple of files in java.base use an incorrect form of the `@see` tag, specifically a comment-separated list of links including other HTML. While it currently works, it is neither documented or supported, and can cause problems for tools looking for the supported forms.
The correct form to reference a series of links is to use a series of @see tags.
The files are for
java.net.URI
java.security.cert.PKIXRevocationChecker
The correct form to reference a series of links is to use a series of @see tags.
The files are for
java.net.URI
java.security.cert.PKIXRevocationChecker
- relates to
-
JDK-8262992 Improve `@see` output
-
- Resolved
-