rafaelweingartner commented on a change in pull request #3042: Allow password
enabled for iso (#2745)
URL: https://github.com/apache/cloudstack/pull/3042#discussion_r235820216
##########
File path:
api/src/main/java/org/apache/cloudstack/api/command/user/iso/RegisterIsoCmd.java
##########
@@ -177,6 +182,10 @@ public boolean isDirectDownload() {
return directDownload == null ? false : directDownload;
}
+ public Boolean isPasswordEnabled() {
+ return passwordEnabled;
Review comment:
If default is false, why not use a primitive 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