mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-21 11:31:38 +01:00
Use correct namespace of created repository
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user