mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-07 21:48:41 +00:00
7021693: [ja, zh_CN] jconsole throws exception and fail to start in ja and zh_CN locales
Reviewed-by: ogino
This commit is contained in:
parent
3655ac44e9
commit
69b88e89a2
@ -44,7 +44,7 @@ import static java.awt.event.KeyEvent.*;
|
||||
* or if the keys ends with ".mnemonic", an element
|
||||
* 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>.
|
||||
|
||||
@ -44,7 +44,7 @@ import static java.awt.event.KeyEvent.*;
|
||||
* or if the keys ends with ".mnemonic", an element
|
||||
* 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>.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user