Dieser Commit ist enthalten in:
Ursprung
4df39ebe75
Commit
8ee960e002
@ -101,7 +101,7 @@ public class Message {
|
||||
}
|
||||
|
||||
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());
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren