fix bean error

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2026-05-12 14:59:25 +05:30
parent a485605e7a
commit e9c3a0d5f6
1 changed files with 0 additions and 6 deletions

View File

@ -1020,12 +1020,6 @@ public class ServerAdapter extends ManagerBase {
return new Pair<>(user, account);
}
@Override
public boolean start() {
getServiceAccount();
return true;
}
@ApiAccess(command = ListZonesCmd.class)
public List<DataCenter> listAllDataCenters(Long offset, Long limit) {
Filter filter = new Filter(DataCenterJoinVO.class, "id", true, offset, limit);