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_r159594766
##########
File path:
engine/api/src/org/apache/cloudstack/engine/subsystem/api/storage/TemplateInfo.java
##########
@@ -25,4 +25,6 @@
String getUniqueName();
String getInstallPath();
+
+ boolean isDirectDownload();
Review comment:
Just for your info, be aware of not mixing `Boolean` and `boolean` types
since the JVM won't check for those kind of mismatch as it does auto casting to
the expected type. But you will end up with a NPE when getting a `Boolean` NULL
on a method expecting a `boolean`.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services