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:
Michael Fang 2011-03-07 12:17:36 -08:00
parent 3655ac44e9
commit 69b88e89a2
2 changed files with 2 additions and 2 deletions

View File

@ -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>.

View File

@ -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>.