sureshanaparti commented on code in PR #10381: URL: https://github.com/apache/cloudstack/pull/10381#discussion_r2075266318
########## server/src/main/java/com/cloud/api/query/ViewResponseHelper.java: ########## @@ -602,6 +623,14 @@ public static List<ZoneResponse> createDataCenterResponse(ResponseView view, Boo return respList; } + public static List<ZoneResponse> createMinimalDataCenterResponse(ResponseView view, DataCenterJoinVO... dcs) { + List<ZoneResponse> respList = new ArrayList<ZoneResponse>(); + for (DataCenterJoinVO vt : dcs){ Review Comment: ```suggestion for (DataCenterJoinVO vt : dcs) { ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org