mirror of https://github.com/apache/cloudstack.git
Fixed unittest
This commit is contained in:
parent
7af3f6ef94
commit
436960d2aa
|
|
@ -228,5 +228,11 @@ public class MockProjectManagerImpl implements ProjectManager, Manager {
|
|||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Project findByProjectAccountIdIncludingRemoved(long projectAccountId) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue