提交 9d798a9e 编写于 作者: N naoto

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

Reviewed-by: peytoia
上级 1593d0d8
...@@ -77,7 +77,7 @@ public abstract class LocaleNameProvider extends LocaleServiceProvider { ...@@ -77,7 +77,7 @@ public abstract class LocaleNameProvider extends LocaleServiceProvider {
* is "Cyrl" and <code>locale</code> is fr_FR, getDisplayScript() will return "cyrillique". * 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>, * If the name returned cannot be localized according to <code>locale</code>,
* (say, the provider does not have a Japanese name for Cyrillic), * (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 * @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 * 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) * 'Z' (U+005A) followed by three lower-case character between 'a' (U+0061)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册