mirror of https://github.com/apache/cloudstack.git
Fixed broken unittest
This commit is contained in:
parent
4421cd9dee
commit
c99b1d104a
|
|
@ -336,4 +336,13 @@ public class MockAccountManagerImpl implements Manager, AccountManager {
|
|||
// TODO Auto-generated method stub
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see com.cloud.user.AccountService#getUserByApiKey(java.lang.String)
|
||||
*/
|
||||
@Override
|
||||
public UserAccount getUserByApiKey(String apiKey) {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue