Skip to content
Snippets Groups Projects
Commit f8e9c710 authored by Julian Hochstetter's avatar Julian Hochstetter
Browse files

fix test compile

parent 8f858cf4
Branches
Tags
No related merge requests found
......@@ -143,5 +143,11 @@ public class StubDatabaseDao implements IDatabaseDao {
// TODO Auto-generated method stub
return 0;
}
@Override
public List<Session> getMySessions(String username) {
// 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