fix: use the correct function name

This commit is contained in:
Carl Anderson
2024-06-13 16:01:53 -05:00
committed by GitHub
parent d4db8fbb1b
commit 056c9a16b2

View File

@@ -100,7 +100,7 @@ public class FhirServerConfigCommon {
: StorageSettings.IndexEnabledEnum.DISABLED); : StorageSettings.IndexEnabledEnum.DISABLED);
jpaStorageSettings.setAutoCreatePlaceholderReferenceTargets( jpaStorageSettings.setAutoCreatePlaceholderReferenceTargets(
appProperties.getAuto_create_placeholder_reference_targets()); appProperties.getAuto_create_placeholder_reference_targets());
jpaStorageSettings.setEnableMassIngestionMode( jpaStorageSettings.setMassIngestionMode(
appProperties.getEnable_mass_ingestion_mode()); appProperties.getEnable_mass_ingestion_mode());
jpaStorageSettings.setAutoVersionReferenceAtPaths(appProperties.getAuto_version_reference_at_paths()); jpaStorageSettings.setAutoVersionReferenceAtPaths(appProperties.getAuto_version_reference_at_paths());
jpaStorageSettings.setEnforceReferentialIntegrityOnWrite( jpaStorageSettings.setEnforceReferentialIntegrityOnWrite(