fix build for the juniper-contrail plugin

This commit is contained in:
Prachi Damle 2014-03-13 13:50:36 -07:00
parent d9696b26e1
commit 1f6263dead
1 changed files with 2 additions and 2 deletions

View File

@ -177,13 +177,13 @@ public class MockAccountManager extends ManagerBase implements AccountManager {
}
@Override
public boolean isRootAdmin(long accountId) {
public boolean isRootAdmin(Long accountId) {
// TODO Auto-generated method stub
return false;
}
@Override
public boolean isDomainAdmin(long accountId) {
public boolean isDomainAdmin(Long accountId) {
// TODO Auto-generated method stub
return false;
}