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



##########
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:
       the only place referenced - ParamProcessWorker class has been handled to 
check if a null is returned




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to