-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 6
-
Component/s: core-libs
-
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
-