From 74344279e2b93ee461a5a59bc62f902fc61ec9ef Mon Sep 17 00:00:00 2001 From: Carl Anderson Date: Fri, 14 Jun 2024 11:18:35 -0500 Subject: [PATCH] fix: use the existing naming convention Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com> --- src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java b/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java index 0951b64..0f63df4 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java @@ -330,7 +330,7 @@ public Cors getCors() { } public void setMass_ingestion_mode_enabled(Boolean mass_ingestion_mode_enabled) { - this.enable_mass_ingestion_mode = enable_mass_ingestion_mode; + this.mass_ingestion_mode_enabled = mass_ingestion_mode_enabled; } public Boolean getAuto_create_placeholder_reference_targets() {