7013282: No appropriate CCC request for listed JDK 7 changes in java.util.spi package (b121)

Reviewed-by: peytoia
This commit is contained in:
Naoto Sato 2011-02-03 09:59:20 -08:00
parent d48bd086df
commit 3ed07d01b9

View File

@ -77,7 +77,7 @@ public abstract class LocaleNameProvider extends LocaleServiceProvider {
* 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)