DaanHoogland commented on a change in pull request #2600: CLOUDSTACK-10362:
Change the "getXXX" method names to "isXXX".
URL: https://github.com/apache/cloudstack/pull/2600#discussion_r184817199
##########
File path:
api/src/main/java/org/apache/cloudstack/api/response/ServiceOfferingResponse.java
##########
@@ -180,7 +180,7 @@ public void setIsSystemOffering(Boolean isSystem) {
this.isSystem = isSystem;
}
- public Boolean getDefaultUse() {
+ public Boolean isDefaultUse() {
Review comment:
isForDefaultUse() ??!?
----------------------------------------------------------------
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