fix: use the existing naming convention

Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com>
This commit is contained in:
Carl Anderson
2024-06-14 11:18:35 -05:00
committed by GitHub
parent ce0df03aac
commit 74344279e2

View File

@@ -330,7 +330,7 @@ public Cors getCors() {
} }
public void setMass_ingestion_mode_enabled(Boolean mass_ingestion_mode_enabled) { public void setMass_ingestion_mode_enabled(Boolean mass_ingestion_mode_enabled) {
this.enable_mass_ingestion_mode = enable_mass_ingestion_mode; this.mass_ingestion_mode_enabled = mass_ingestion_mode_enabled;
} }
public Boolean getAuto_create_placeholder_reference_targets() { public Boolean getAuto_create_placeholder_reference_targets() {