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

Fix test to allow builds

parent 61b0a46c
Branches
Tags
No related merge requests found
......@@ -522,4 +522,10 @@ public class StubDatabaseDao implements IDatabaseDao {
// TODO Auto-generated method stub
return 0;
}
@Override
public boolean deleteUser(DbUser dbUser) {
// TODO Auto-generated method stub
return false;
}
}
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