abh1sar commented on code in PR #10140:
URL: https://github.com/apache/cloudstack/pull/10140#discussion_r2036948340


##########
engine/schema/src/main/java/com/cloud/vm/dao/VMInstanceDaoImpl.java:
##########
@@ -1224,4 +1224,14 @@ public Map<String, Long> 
getNameIdMapForVmIds(Collection<Long> ids) {
         return vms.stream()
                 .collect(Collectors.toMap(VMInstanceVO::getInstanceName, 
VMInstanceVO::getId));
     }
+
+    @Override
+    public List<VMInstanceVO> listByIds(List<Long> ids) {

Review Comment:
   Right, I'll rename this one to listByIdsIncludingRemoved



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to