You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/04/22 17:20:28 UTC

[GitHub] nitin-maharana commented on a change in pull request #2591: CLOUDSTACK-10359: Change the inconsistent method names.

nitin-maharana commented on a change in pull request #2591: CLOUDSTACK-10359: Change the inconsistent method names.
URL: https://github.com/apache/cloudstack/pull/2591#discussion_r183244181
 
 

 ##########
 File path: api/src/main/java/org/apache/cloudstack/api/command/admin/offering/CreateServiceOfferingCmd.java
 ##########
 @@ -194,7 +194,7 @@ public String getHostTag() {
         return hostTag;
     }
 
-    public Boolean getIsSystem() {
+    public Boolean isSystem() {
 
 Review comment:
   This will give the compilation error, as the changes in all usages are missing.

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


With regards,
Apache Git Services