mirror of https://github.com/apache/cloudstack.git
fix CS-1080
This commit is contained in:
parent
64b00d0b34
commit
44d1397d36
|
|
@ -141,7 +141,7 @@ import com.cloud.vm.dao.UserVmDao;
|
|||
import com.cloud.vm.dao.VMInstanceDao;
|
||||
|
||||
@Local(value = { AccountManager.class, AccountService.class })
|
||||
public class AccountManagerImpl implements AccountManager, AccountService, Manager {
|
||||
public class AccountManagerImpl implements AccountManager, Manager {
|
||||
public static final Logger s_logger = Logger.getLogger(AccountManagerImpl.class);
|
||||
|
||||
private String _name;
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ import com.cloud.utils.db.SearchCriteria;
|
|||
|
||||
|
||||
@Local(value = { AccountManager.class, AccountService.class })
|
||||
public class MockAccountManagerImpl implements Manager, AccountManager, AccountService {
|
||||
public class MockAccountManagerImpl implements Manager, AccountManager {
|
||||
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue