src/java.base/share/classes/java/util/spi/LocaleServiceProvider.java
changeset 53120 de9fd809bb47
parent 47216 71c04702a3d5
child 54206 003cc64366da
equal deleted inserted replaced
53119:375b10185c40 53120:de9fd809bb47
   111  * feasible to cover them completely. If the Java runtime environment or a
   111  * feasible to cover them completely. If the Java runtime environment or a
   112  * provider returns null instead of a name, the lookup will proceed as
   112  * provider returns null instead of a name, the lookup will proceed as
   113  * described above as if the locale was not supported.
   113  * described above as if the locale was not supported.
   114  * <p>
   114  * <p>
   115  * The search order of locale sensitive services can
   115  * The search order of locale sensitive services can
   116  * be configured by using the "java.locale.providers" system property.
   116  * be configured by using the {@systemProperty java.locale.providers} system property.
   117  * This system property declares the user's preferred order for looking up
   117  * This system property declares the user's preferred order for looking up
   118  * the locale sensitive services separated by a comma. It is only read at
   118  * the locale sensitive services separated by a comma. It is only read at
   119  * the Java runtime startup, so the later call to System.setProperty() won't
   119  * the Java runtime startup, so the later call to System.setProperty() won't
   120  * affect the order.
   120  * affect the order.
   121  * <p>
   121  * <p>