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…
Reference in New Issue