-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b123
-
generic
-
generic
-
Verified
Sample code in ListResourceBundle is incorrect.
return new Object[][] = {
in MyResources and MyResources_fr should be
return new Object[][] {
return new Object[][] = {
in MyResources and MyResources_fr should be
return new Object[][] {
- relates to
-
JDK-7083668 Sample code in ListResourceBundle is still not correct
- Resolved