mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-02 09:29:13 +00:00
NPE fix
This commit is contained in:
parent
60474cd8c9
commit
5f7a6efe60
@ -5,6 +5,11 @@ import java.util.Locale;
|
||||
import java.util.Objects;
|
||||
import java.util.ResourceBundle;
|
||||
|
||||
|
||||
/**
|
||||
* Handles the locale, ResourceBundle and String formatting for i18n
|
||||
* This abstract class should be extended when implementing a IWorkerContext Interface.
|
||||
*/
|
||||
public abstract class I18nBase {
|
||||
|
||||
|
||||
|
@ -333,8 +333,6 @@ public class InstanceValidator extends BaseValidator implements IResourceValidat
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private IWorkerContext context;
|
||||
private FHIRPathEngine fpe;
|
||||
|
||||
// configuration items
|
||||
|
Loading…
x
Reference in New Issue
Block a user