Skip to content

Commit 9a02b13

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

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
@@ -329,7 +329,7 @@ public Boolean getMass_ingestion_mode_enabled() {
329329
return enable_mass_ingestion_mode;
330330
}
331331

332-
public void setEnable_mass_ingestion_mode(Boolean enable_mass_ingestion_mode) {
332+
public void setMass_ingestion_mode_enabled(Boolean mass_ingestion_mode_enabled) {
333333
this.enable_mass_ingestion_mode = enable_mass_ingestion_mode;
334334
}
335335

0 commit comments

Comments
 (0)