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

Add unimplemented methods to StubDatabaseDao.

parent 83f90cf8
Branches
Tags
No related merge requests found
......@@ -609,4 +609,16 @@ public class StubDatabaseDao implements IDatabaseDao {
// TODO Auto-generated method stub
return null;
}
@Override
public List<Answer> getAllAnswers(Question question) {
// TODO Auto-generated method stub
return null;
}
@Override
public int getTotalAnswerCountByQuestion(Question question) {
// TODO Auto-generated method stub
return 0;
}
}
\ No newline at end of file
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