mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-01 17:09:08 +00:00
fix default value for warnAboutMissingMessages
This commit is contained in:
parent
a85adcf88d
commit
0c7cde13e2
@ -14,7 +14,7 @@ public abstract class I18nBase {
|
||||
|
||||
private Locale locale;
|
||||
private ResourceBundle i18nMessages;
|
||||
private boolean warnAboutMissingMessages = false;
|
||||
private boolean warnAboutMissingMessages = true;
|
||||
|
||||
public Locale getLocale() {
|
||||
if (Objects.nonNull(locale)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user