Skip to content
Snippets Groups Projects
Commit dbff8d9b authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Merge branch 'master'

parents f1f26afe c72ae16a
No related merge requests found
......@@ -11,8 +11,8 @@ public class Statistics {
public int getAnswers() {
return answers;
}
public void setAnswers(int ansers) {
this.answers = ansers;
public void setAnswers(int answers) {
this.answers = answers;
}
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