RFR: 8259528: Broken Link for [java.text.Normalizer.Form]
Joe Wang
joehw at openjdk.java.net
Mon Jan 11 18:28:57 UTC 2021
On Mon, 11 Jan 2021 16:54:53 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> Please review this simple doc fix.
Oops, forgot to submit the review ;-)
src/java.base/share/classes/java/text/Normalizer.java line 48:
> 46: * The {@code normalize} method supports the standard normalization forms
> 47: * described in
> 48: * <a href="https://www.unicode.org/reports/tr15/">
This links to the latest version. Will the Normalizer always keep up with version changes? Or is it a specific version with which it complies (e.g. the latest version 13, previous 12), or is the version change irrelevant to this class?
-------------
PR: https://git.openjdk.java.net/jdk/pull/2028
More information about the core-libs-dev
mailing list