Skip to content
Snippets Groups Projects
Commit 59f5fdc7 authored by Daniel Knapp's avatar Daniel Knapp
Browse files

lock/unlock session test case

parent ccb13325
No related merge requests found
......@@ -419,4 +419,10 @@ public class StubDatabaseDao implements IDatabaseDao {
public List<Session> getCourseSessions(List<Course> courses) {
return null;
}
@Override
public Session lockSession(Session session, Boolean lock) {
// 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