Skip to content

Commit 1f6263d

Browse files
author
Prachi Damle
committed
fix build for the juniper-contrail plugin
1 parent d9696b2 commit 1f6263d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • plugins/network-elements/juniper-contrail/test/org/apache/cloudstack/network/contrail/management

plugins/network-elements/juniper-contrail/test/org/apache/cloudstack/network/contrail/management/MockAccountManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ public boolean isAdmin(short arg0) {
177177
}
178178

179179
@Override
180-
public boolean isRootAdmin(long accountId) {
180+
public boolean isRootAdmin(Long accountId) {
181181
// TODO Auto-generated method stub
182182
return false;
183183
}
184184

185185
@Override
186-
public boolean isDomainAdmin(long accountId) {
186+
public boolean isDomainAdmin(Long accountId) {
187187
// TODO Auto-generated method stub
188188
return false;
189189
}

0 commit comments

Comments
 (0)