Skip to content
Snippets Groups Projects
Commit 2179141e authored by Tom Käsler's avatar Tom Käsler
Browse files

fix skeleton testfunction

parent ed393737
No related merge requests found
...@@ -600,8 +600,7 @@ public class StubDatabaseDao implements IDatabaseDao { ...@@ -600,8 +600,7 @@ public class StubDatabaseDao implements IDatabaseDao {
} }
@Override @Override
void deleteSortOrder(SortOrder sortOrder) { public void deleteSortOrder(SortOrder sortOrder) {
// TODO Auto-generated method stub // TODO Auto-generated method stub
return null;
} }
} }
\ No newline at end of file
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