Skip to content
Snippets Groups Projects
Commit 7131d900 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Updated StubDatabaseDao.

parent 490fa4d8
No related merge requests found
......@@ -425,4 +425,10 @@ public class StubDatabaseDao implements IDatabaseDao {
// TODO Auto-generated method stub
return null;
}
@Override
public List<String> getInactiveUsers(int timeDifference) {
// 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