sureshanaparti commented on code in PR #11595:
URL: https://github.com/apache/cloudstack/pull/11595#discussion_r2671524644


##########
engine/schema/src/main/java/com/cloud/storage/dao/VMTemplateDaoImpl.java:
##########
@@ -863,4 +863,22 @@ public boolean updateState(
         }
         return rows > 0;
     }
+
+    @Override
+    public List<Long> listByUserdataIdsNotAccount(List<Long> userdataIds, long 
accountId) {

Review Comment:
   ```suggestion
       public List<Long> listByUserdataIdsNotInAccount(List<Long> userdataIds, 
long accountId) {
   ```
   
   or _listByUserdataIdsNotBelongToAccount_



-- 
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