Skip to content

Commit

Permalink
[#3940] Fix xmlquestion
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed Nov 29, 2022
1 parent 8a4b4a1 commit 52b0da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GAE/src/org/akvo/flow/xml/XmlQuestion.java
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ public Boolean getAnswerStats() {
return answerStats;
}

public void setAnswerStats(Boolean personalData) {
public void setAnswerStats(Boolean answerStats) {
this.answerStats = answerStats;
}
}

0 comments on commit 52b0da7

Please sign in to comment.