<i18n dev> RFR: 8365175: Replace Unicode extension anchor elements with link tag
Naoto Sato
naoto at openjdk.org
Thu Aug 28 21:47:43 UTC 2025
On Thu, 28 Aug 2025 20:23:32 GMT, Justin Lu <jlu at openjdk.org> wrote:
> This PR is a cleanup change which replaces anchor element references of the Locale `def_locale_extension` section with the Javadoc link tag. This is a doc only change and is a result of the discussion in the PR of https://github.com/openjdk/jdk/pull/26683.
>
> This includes one additional conversion of the `legacy_language_codes` section to get rid of all Locale.html anchor element references.
Thanks for the cleanup!
src/java.base/share/classes/java/util/Calendar.java line 1650:
> 1648: * <p>
> 1649: * If the locale contains the time zone with "tz"
> 1650: * {@link Locale##def_locale_extensionUnicode extension},
Needs a space
-------------
PR Review: https://git.openjdk.org/jdk/pull/26996#pullrequestreview-3166629812
PR Review Comment: https://git.openjdk.org/jdk/pull/26996#discussion_r2308617433
More information about the i18n-dev
mailing list