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 ce0df03 commit 7434427Copy full SHA for 7434427
src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java
@@ -330,7 +330,7 @@ public Boolean getMass_ingestion_mode_enabled() {
330
}
331
332
public void setMass_ingestion_mode_enabled(Boolean mass_ingestion_mode_enabled) {
333
- this.enable_mass_ingestion_mode = enable_mass_ingestion_mode;
+ this.mass_ingestion_mode_enabled = mass_ingestion_mode_enabled;
334
335
336
public Boolean getAuto_create_placeholder_reference_targets() {
0 commit comments