Skip to content

Commit 9ec24e3

Browse files
committed
fix noredist
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 9ff1440 commit 9ec24e3

File tree

1 file changed

+6
-0
lines changed
  • plugins/network-elements/juniper-contrail/src/test/java/org/apache/cloudstack/network/contrail/management

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,12 @@ public boolean isRootAdmin(Long accountId) {
230230
return false;
231231
}
232232

233+
@Override
234+
public boolean isRootAdmin(Account account) {
235+
// TODO Auto-generated method stub
236+
return false;
237+
}
238+
233239
@Override
234240
public boolean isDomainAdmin(Long accountId) {
235241
// TODO Auto-generated method stub

0 commit comments

Comments
 (0)