Archiviert
1
0
Dieser Commit ist enthalten in:
yoyosource 2022-03-15 17:54:10 +01:00
Ursprung 4df39ebe75
Commit 8ee960e002

Datei anzeigen

@ -101,7 +101,7 @@ public class Message {
} }
if (current == null) { if (current == null) {
throw new SecurityException("Could not find resource bundle for " + path + " with locale " + locale + " or " + locale.getLanguage()); throw new SecurityException("Could not find resource bundle for " + path);
} }
return bundles.get(locale.toString()); return bundles.get(locale.toString());
} }