7013282: No appropriate CCC request for listed JDK 7 changes in java.util.spi package (b121)
authornaoto
Thu, 03 Feb 2011 09:59:20 -0800
changeset 8146 f1b64e82649f
parent 8145 6714ca3d6773
child 8147 b295bba545d3
7013282: No appropriate CCC request for listed JDK 7 changes in java.util.spi package (b121) Reviewed-by: peytoia
jdk/src/share/classes/java/util/spi/LocaleNameProvider.java
--- 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)