Skip to content

Commit

Permalink
chnage ethnicity to race
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Nov 15, 2024
1 parent b816631 commit a5da9c5
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 a5da9c5

Please sign in to comment.