提交 080628f9 编写于 作者: M mfang

7021693: [ja, zh_CN] jconsole throws exception and fail to start in ja and zh_CN locales

Reviewed-by: ogino
上级 8d4cc835
...@@ -44,7 +44,7 @@ import static java.awt.event.KeyEvent.*; ...@@ -44,7 +44,7 @@ import static java.awt.event.KeyEvent.*;
* or if the keys ends with ".mnemonic", an element * or if the keys ends with ".mnemonic", an element
* representing a mnemomic keycode <code>int</code> or <code>char</code>. * representing a mnemomic keycode <code>int</code> or <code>char</code>.
*/ */
public class JConsoleResources_ja extends ListResourceBundle { public class JConsoleResources_ja extends JConsoleResources {
/** /**
* Returns the contents of this <code>ResourceBundle</code>. * Returns the contents of this <code>ResourceBundle</code>.
......
...@@ -44,7 +44,7 @@ import static java.awt.event.KeyEvent.*; ...@@ -44,7 +44,7 @@ import static java.awt.event.KeyEvent.*;
* or if the keys ends with ".mnemonic", an element * or if the keys ends with ".mnemonic", an element
* representing a mnemomic keycode <code>int</code> or <code>char</code>. * representing a mnemomic keycode <code>int</code> or <code>char</code>.
*/ */
public class JConsoleResources_zh_CN extends ListResourceBundle { public class JConsoleResources_zh_CN extends JConsoleResources {
/** /**
* Returns the contents of this <code>ResourceBundle</code>. * Returns the contents of this <code>ResourceBundle</code>.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册