This commit is contained in:
dotasek 2024-09-16 16:12:46 -04:00
parent df77506bf7
commit 6dad5f66c6
2 changed files with 0 additions and 3 deletions

View File

@ -249,8 +249,6 @@ public class FhirInstanceValidator extends BaseValidatorBridge implements IInsta
.validate(wrappedWorkerContext, theValidationCtx);
}
@Nonnull
protected VersionSpecificWorkerContextWrapper provideWorkerContext() {
VersionSpecificWorkerContextWrapper wrappedWorkerContext = myWrappedWorkerContext;

View File

@ -143,7 +143,6 @@ class ValidatorWrapper {
v.setNoBindingMsgSuppressed(myNoBindingMsgSuppressed);
v.setAllowXsiLocation(true);
List<ValidationMessage> messages = new ArrayList<>();
List<StructureDefinition> profiles = new ArrayList<>();