jdk/src/share/classes/java/util/spi/LocaleNameProvider.java
changeset 8146 f1b64e82649f
parent 7252 2316b2e837d8
child 9035 1255eb81cc2f
--- a/jdk/src/share/classes/java/util/spi/LocaleNameProvider.java	Thu Feb 03 16:30:51 2011 +0300
+++ b/jdk/src/share/classes/java/util/spi/LocaleNameProvider.java	Thu Feb 03 09:59:20 2011 -0800
@@ -77,7 +77,7 @@
      * is "Cyrl" and <code>locale</code> is fr_FR, getDisplayScript() will return "cyrillique".
      * If the name returned cannot be localized according to <code>locale</code>,
      * (say, the provider does not have a Japanese name for Cyrillic),
-     * this method returns null.
+     * this method returns null. The default implementation returns null.
      * @param scriptCode the four letter script code string in the form of title-case
      *     letters (the first letter is upper-case character between 'A' (U+0041) and
      *     'Z' (U+005A) followed by three lower-case character between 'a' (U+0061)