On Tue, 9 Jan 2024 00:51:28 GMT, Naoto Sato <na...@openjdk.org> wrote:
> Adding an explanation of the locale-related system properties in the > `System.getProperties()` method. Corresponding CSR has also been drafted. src/java.base/share/classes/java/lang/System.java line 818: > 816: * {@link #getProperty(String)} operation. > 817: * <p> > 818: * In addition to the above set of system properties, locale related I think I'd consider a slight reduction in the first/last phrases leaving this equivalent statement: Additional locale-related system properties defined by the {@link Locale##default_locale Default Locale} section in the {@code Locale} class description may also be obtained with this method. (Note that I couldn't find the referenced Locale section, but perhaps I was looking at an older version of the spec.) ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17317#discussion_r1446489646