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/27 22:09:08 UTC

[GitHub] DaanHoogland commented on a change in pull request #2600: CLOUDSTACK-10362: Change the "getXXX" method names to "isXXX".

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_r184816950
 
 

 ##########
 File path: api/src/main/java/org/apache/cloudstack/api/command/user/vpc/UpdateVPCCmd.java
 ##########
 @@ -73,7 +73,7 @@ public Long getId() {
         return id;
     }
 
-    public Boolean getDisplayVpc() {
+    public Boolean isDisplayVpc() {
 
 Review comment:
   same here; shouldDisplayVpc()??

----------------------------------------------------------------
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