Spotless
This commit is contained in:
parent
df77506bf7
commit
6dad5f66c6
|
@ -249,8 +249,6 @@ public class FhirInstanceValidator extends BaseValidatorBridge implements IInsta
|
|||
.validate(wrappedWorkerContext, theValidationCtx);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Nonnull
|
||||
protected VersionSpecificWorkerContextWrapper provideWorkerContext() {
|
||||
VersionSpecificWorkerContextWrapper wrappedWorkerContext = myWrappedWorkerContext;
|
||||
|
|
|
@ -143,7 +143,6 @@ class ValidatorWrapper {
|
|||
v.setNoBindingMsgSuppressed(myNoBindingMsgSuppressed);
|
||||
v.setAllowXsiLocation(true);
|
||||
|
||||
|
||||
List<ValidationMessage> messages = new ArrayList<>();
|
||||
|
||||
List<StructureDefinition> profiles = new ArrayList<>();
|
||||
|
|
Loading…
Reference in New Issue