Skip to content

Commit 52b0da7

Browse files
committed
[#3940] Fix xmlquestion
1 parent 8a4b4a1 commit 52b0da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GAE/src/org/akvo/flow/xml/XmlQuestion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ public Boolean getAnswerStats() {
426426
return answerStats;
427427
}
428428

429-
public void setAnswerStats(Boolean personalData) {
429+
public void setAnswerStats(Boolean answerStats) {
430430
this.answerStats = answerStats;
431431
}
432432
}

0 commit comments

Comments
 (0)