Fix formatting

This commit is contained in:
dotasek
2023-10-12 16:01:12 -04:00
parent 735a6bd588
commit 0afe6ae050

View File

@@ -68,7 +68,7 @@ class ExampleServerDstu3IT implements IServerSupport {
@LocalServerPort @LocalServerPort
private int port; private int port;
@BeforeEach @BeforeEach
void beforeEach() { void beforeEach() {
ourCtx = FhirContext.forDstu3(); ourCtx = FhirContext.forDstu3();
ourCtx.getRestfulClientFactory().setServerValidationMode(ServerValidationModeEnum.NEVER); ourCtx.getRestfulClientFactory().setServerValidationMode(ServerValidationModeEnum.NEVER);