From ce0df03aac4097db320b48c60d28cf681f7878b2 Mon Sep 17 00:00:00 2001 From: Carl Anderson Date: Fri, 14 Jun 2024 11:18:17 -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 a351f9d..0951b64 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java @@ -326,7 +326,7 @@ public Cors getCors() { } public Boolean getMass_ingestion_mode_enabled() { - return enable_mass_ingestion_mode; + return mass_ingestion_mode_enabled; } public void setMass_ingestion_mode_enabled(Boolean mass_ingestion_mode_enabled) {