jdk/src/java.base/share/classes/java/util/spi/LocaleServiceProvider.java
changeset 32854 f29975c5b3c1
parent 31263 a81a0af34ca0
child 33494 3429cce32839
--- a/jdk/src/java.base/share/classes/java/util/spi/LocaleServiceProvider.java	Mon Oct 05 17:38:04 2015 +0300
+++ b/jdk/src/java.base/share/classes/java/util/spi/LocaleServiceProvider.java	Mon Oct 05 08:16:11 2015 -0700
@@ -140,8 +140,10 @@
  * desired locale sensitive service is not available, then the runtime looks for CLDR,
  * JRE in that order.
  * <p>
- * The default order for looking up the preferred locale providers is "CLDR,JRE,SPI",
- * so specifying "CLDR,JRE,SPI" is identical to the default behavior.
+ * The default order for looking up the preferred locale providers is "CLDR,JRE",
+ * so specifying "CLDR,JRE" is identical to the default behavior. Applications which
+ * require implementations of the locale sensitive services must explicitly specify
+ * "SPI" in order for the Java runtime to load them from the classpath.
  *
  * @since        1.6
  */