Skip to content
Snippets Groups Projects
Commit 87694604 authored by Andreas Gärtner's avatar Andreas Gärtner
Browse files

Added getAbstentionAnswerCount to StubDatabaseDao.java

parent 1a565bbc
Branches
Tags
No related merge requests found
......@@ -555,4 +555,10 @@ public class StubDatabaseDao implements IDatabaseDao {
// TODO Auto-generated method stub
}
@Override
public int getAbstentionAnswerCount(String questionId) {
// TODO Auto-generated method stub
return 0;
}
}
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