We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c26a4 commit 9a02b13Copy full SHA for 9a02b13
src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java
@@ -329,7 +329,7 @@ public Boolean getMass_ingestion_mode_enabled() {
329
return enable_mass_ingestion_mode;
330
}
331
332
- public void setEnable_mass_ingestion_mode(Boolean enable_mass_ingestion_mode) {
+ public void setMass_ingestion_mode_enabled(Boolean mass_ingestion_mode_enabled) {
333
this.enable_mass_ingestion_mode = enable_mass_ingestion_mode;
334
335
0 commit comments