Skip to content

Commit 6f018de

Browse files
committed
makes, like Java, ResourceBundle default class(1) + property file(2).
Best to be explicit with Locale("") and specific Control, which can then force just one file.
1 parent 89b3ab9 commit 6f018de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/java/util/ResourceBundle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2197,7 +2197,7 @@ public List<String> getFormats(String baseName) {
21972197
if (baseName == null) {
21982198
throw new NullPointerException();
21992199
}
2200-
return FORMAT_PROPERTIES;// SwingJS was FORMAT_DEFAULT;
2200+
return FORMAT_DEFAULT;
22012201
}
22022202

22032203
/**

0 commit comments

Comments
 (0)