<i18n dev> RFR: 8320788: The system properties page is missing some properties [v2]

Joe Wang joehw at openjdk.org
Tue Jan 9 20:05:25 UTC 2024


On Tue, 9 Jan 2024 19:23:53 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Adding an explanation of the locale-related system properties in the `System.getProperties()` method. Corresponding CSR has also been drafted.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Reflects review comments

src/java.base/share/classes/java/lang/System.java line 819:

> 817:      * <p>
> 818:      * Additional locale-related system properties defined by the
> 819:      * {@link Locale##default_locale Default Locale} section in the {@code Locale}

Is that "##" a typo? double pound signs usually leads to the top of the page. I see PR 17065 also had "##" for links to default_locale.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/17317#discussion_r1446542159


More information about the i18n-dev mailing list