marcaurele commented on a change in pull request #2379: CLOUDSTACK-10146: 
Bypass Secondary Storage for KVM templates
URL: https://github.com/apache/cloudstack/pull/2379#discussion_r159593979
 
 

 ##########
 File path: 
api/src/org/apache/cloudstack/api/command/user/iso/RegisterIsoCmd.java
 ##########
 @@ -168,6 +173,10 @@ public Boolean isDynamicallyScalable() {
         return isDynamicallyScalable ==  null ? Boolean.FALSE : 
isDynamicallyScalable;
     }
 
+    public Boolean isDirectDownload() {
 
 Review comment:
   can return a `boolean` instead since it cannot be null

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to