Skip to content

Commit 7434427

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

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
@@ -330,7 +330,7 @@ public Boolean getMass_ingestion_mode_enabled() {
330330
}
331331

332332
public void setMass_ingestion_mode_enabled(Boolean mass_ingestion_mode_enabled) {
333-
this.enable_mass_ingestion_mode = enable_mass_ingestion_mode;
333+
this.mass_ingestion_mode_enabled = mass_ingestion_mode_enabled;
334334
}
335335

336336
public Boolean getAuto_create_placeholder_reference_targets() {

0 commit comments

Comments
 (0)