Skip to content

Commit 37c26a4

Browse files
baraboKevinDougan
andauthored
fix: use the existing naming convention
Co-authored-by: Kevin Dougan SmileCDR <[email protected]>
1 parent 40411f6 commit 37c26a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public void setAllow_override_default_search_params(
325325
this.allow_override_default_search_params = allow_override_default_search_params;
326326
}
327327

328-
public Boolean getEnable_mass_ingestion_mode() {
328+
public Boolean getMass_ingestion_mode_enabled() {
329329
return enable_mass_ingestion_mode;
330330
}
331331

0 commit comments

Comments
 (0)