sudo87 commented on code in PR #11214: URL: https://github.com/apache/cloudstack/pull/11214#discussion_r2212220143
########## server/src/main/java/com/cloud/api/query/dao/TemplateJoinDaoImpl.java: ########## @@ -578,10 +579,14 @@ public TemplateResponse newIsoResponse(TemplateJoinVO iso, ResponseView view) { isoResponse.setZoneName(iso.getDataCenterName()); } - Long isoSize = iso.getSize(); + long isoSize = iso.getSize(); Review Comment: iso.getSize() and iso.getPhysicalSize() both returns "long", should be fine. -- 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