RFR: 8259528: Broken Link for [java.text.Normalizer.Form]
Please review this simple doc fix. ------------- Commit messages: - 8259528: Broken Link for [java.text.Normalizer.Form] Changes: https://git.openjdk.java.net/jdk/pull/2028/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2028&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8259528 Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod Patch: https://git.openjdk.java.net/jdk/pull/2028.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/2028/head:pull/2028 PR: https://git.openjdk.java.net/jdk/pull/2028
On Mon, 11 Jan 2021 16:54:53 GMT, Naoto Sato <naoto@openjdk.org> wrote:
Please review this simple doc fix.
Marked as reviewed by lancea (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/2028
On Mon, 11 Jan 2021 16:54:53 GMT, Naoto Sato <naoto@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
On Mon, 11 Jan 2021 17:35:58 GMT, Joe Wang <joehw@openjdk.org> wrote:
Please review this simple doc fix.
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?
Normalizer (namely the table) is updated as part of the Unicode upgrade, so it should point to the latest. I believe the current one pointing to a specific revision is simply an editorial error. ------------- PR: https://git.openjdk.java.net/jdk/pull/2028
On Mon, 11 Jan 2021 16:54:53 GMT, Naoto Sato <naoto@openjdk.org> wrote:
Please review this simple doc fix.
Marked as reviewed by iris (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/2028
On Mon, 11 Jan 2021 16:54:53 GMT, Naoto Sato <naoto@openjdk.org> wrote:
Please review this simple doc fix.
Marked as reviewed by joehw (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/2028
On Mon, 11 Jan 2021 16:54:53 GMT, Naoto Sato <naoto@openjdk.org> wrote:
Please review this simple doc fix.
This pull request has now been integrated. Changeset: cd73939b Author: Naoto Sato <naoto@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/cd73939b Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod 8259528: Broken Link for [java.text.Normalizer.Form] Reviewed-by: lancea, joehw, iris ------------- PR: https://git.openjdk.java.net/jdk/pull/2028
participants (4)
-
Iris Clark
-
Joe Wang
-
Lance Andersen
-
Naoto Sato