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

Added missing interface method

parent 0bcb6aff
......@@ -71,5 +71,7 @@ public interface IDatabaseDao {
int getAnswerCount(String sessionKey, String questionId);
List<Answer> getFreetextAnswers(String sessionKey, String questionId);
int getActiveUsers(long since);
}
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