Skip to content

Commit ce0df03

Browse files
baraboKevinDougan
andauthored
fix: use the existing naming convention
Co-authored-by: Kevin Dougan SmileCDR <[email protected]>
1 parent 9a02b13 commit ce0df03

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
@@ -326,7 +326,7 @@ public void setAllow_override_default_search_params(
326326
}
327327

328328
public Boolean getMass_ingestion_mode_enabled() {
329-
return enable_mass_ingestion_mode;
329+
return mass_ingestion_mode_enabled;
330330
}
331331

332332
public void setMass_ingestion_mode_enabled(Boolean mass_ingestion_mode_enabled) {

0 commit comments

Comments
 (0)