RFR: 8320919: Clarify Locale related system properties [v4]
Naoto Sato
naoto at openjdk.org
Wed Dec 13 19:00:55 UTC 2023
On Wed, 13 Dec 2023 18:33:13 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> 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/util/Locale.java line 317:
>
>> 315: * If the default Locale is changed with {@link #setDefault(Locale)}, the corresponding
>> 316: * system properties are not altered. It is not recommended that applications read
>> 317: * these system properties and parse/interpret them as their values may be out of date.
>
> "parse/interpret" -> "parse or interpret".
Thanks, Roger. Modified.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17065#discussion_r1425763234
More information about the core-libs-dev
mailing list