Skip to content

Commit

Permalink
Merge pull request #47 from KPMP/KPMP-5580_rename-ethnicity
Browse files Browse the repository at this point in the history
chnage ethnicity to race
  • Loading branch information
HaneenT authored Nov 15, 2024
2 parents b816631 + a5da9c5 commit c7fdaa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ public String getOnRaasBlockade() {
}
}

@JsonProperty("ethnicity")
@JsonProperty("race")
public String getRace() {
if(this.race.isEmpty()){
return null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ public void setOnRaasBlockade(String onRaasBlockade){
this.onRaasBlockade = onRaasBlockade;
}

@JsonProperty("ethnicity")
@JsonProperty("race")
public String getRace() {
if(this.race.isEmpty()){
return null;
Expand Down

0 comments on commit c7fdaa8

Please sign in to comment.