7013282: No appropriate CCC request for listed JDK 7 changes in java.util.spi package (b121)
Reviewed-by: peytoia
--- 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)