Skip to content
Snippets Groups Projects
Commit ab601ec9 authored by Christoph Thelen's avatar Christoph Thelen
Browse files

Build fix

parent f984c2fc
Branches
Tags
No related merge requests found
......@@ -326,12 +326,6 @@ public class StubDatabaseDao implements IDatabaseDao {
// TODO Auto-generated method stub
}
@Override
public Answer saveAnswer(Answer answer, User user) {
// TODO Auto-generated method stub
return null;
}
@Override
public Answer updateAnswer(Answer answer) {
// TODO Auto-generated method stub
......@@ -596,4 +590,11 @@ public class StubDatabaseDao implements IDatabaseDao {
// TODO Auto-generated method stub
return null;
}
@Override
public Answer saveAnswer(Answer answer, User user, Question question,
Session session) {
// TODO Auto-generated method stub
return null;
}
}
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