Skip to content

Commit e9c3a0d

Browse files
committed
fix bean error
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent a485605 commit e9c3a0d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • plugins/integrations/veeam-control-service/src/main/java/org/apache/cloudstack/veeam/adapter

plugins/integrations/veeam-control-service/src/main/java/org/apache/cloudstack/veeam/adapter/ServerAdapter.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,12 +1020,6 @@ public Pair<User, Account> getServiceAccount() {
10201020
return new Pair<>(user, account);
10211021
}
10221022

1023-
@Override
1024-
public boolean start() {
1025-
getServiceAccount();
1026-
return true;
1027-
}
1028-
10291023
@ApiAccess(command = ListZonesCmd.class)
10301024
public List<DataCenter> listAllDataCenters(Long offset, Long limit) {
10311025
Filter filter = new Filter(DataCenterJoinVO.class, "id", true, offset, limit);

0 commit comments

Comments
 (0)