From 37c26a464a9baf3c2bdca02802c24de62ba100f3 Mon Sep 17 00:00:00 2001 From: Carl Anderson Date: Fri, 14 Jun 2024 11:17: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 c8b6bd5..c465cba 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java @@ -325,7 +325,7 @@ public Cors getCors() { this.allow_override_default_search_params = allow_override_default_search_params; } - public Boolean getEnable_mass_ingestion_mode() { + public Boolean getMass_ingestion_mode_enabled() { return enable_mass_ingestion_mode; }