Skip to content
Snippets Groups Projects
Commit c72ae16a authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Fixed typo in variable name.

parent b946911b
No related merge requests found
...@@ -11,8 +11,8 @@ public class Statistics { ...@@ -11,8 +11,8 @@ public class Statistics {
public int getAnswers() { public int getAnswers() {
return answers; return answers;
} }
public void setAnswers(int ansers) { public void setAnswers(int answers) {
this.answers = ansers; this.answers = answers;
} }
public int getQuestions() { public int getQuestions() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment