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