rhtyd commented on a change in pull request #4128:
URL: https://github.com/apache/cloudstack/pull/4128#discussion_r448787605



##########
File path: api/src/main/java/org/apache/cloudstack/api/BaseCmd.java
##########
@@ -264,6 +269,10 @@ public String getActualCommandName() {
      */
     public abstract long getEntityOwnerId();
 
+    public List<Long> getEntityOwnerIds() {
+        return null;

Review comment:
       Could this cause any exception; maybe return empty array instead or null?




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

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


Reply via email to