Merging base branch back into feature

This commit is contained in:
René Pfeuffer
2018-07-11 14:01:17 +02:00
50 changed files with 1472 additions and 123 deletions

View File

@@ -88,7 +88,7 @@ public class ManagerTest {
public Collection getAll(Comparator comparator, int start, int limit) { return null; }
@Override
public void create(TypedObject object) {}
public TypedObject create(TypedObject object) { return null; }
@Override
public void delete(TypedObject object) {}