removing testsetting

This commit is contained in:
infeo
2018-10-05 17:53:10 +02:00
parent 50d2f16f71
commit a759455473

View File

@@ -64,7 +64,7 @@ public class Localization extends ResourceBundle {
LOG.debug("No localization found. Falling back to default language.");
localizationBundle = this.fallback;
}
this.localized = Objects.requireNonNull(this.fallback);
this.localized = Objects.requireNonNull(localizationBundle);
} catch (IOException e) {
throw new UncheckedIOException(e);
}