andrijapanicsb commented on code in PR #13270:
URL: https://github.com/apache/cloudstack/pull/13270#discussion_r3317175411


##########
api/src/main/java/com/cloud/agent/api/to/RemoteInstanceTO.java:
##########
@@ -38,6 +38,7 @@ public class RemoteInstanceTO implements Serializable {
     private String datacenterName;
     private String clusterName;
     private String hostName;
+    private String vmwareMoref;

Review Comment:
    public String getVmwareMoref() {
           return vmwareMoref;
       }
   
       public void setVmwareMoref(String vmwareMoref) {
           this.vmwareMoref = vmwareMoref;
   
   
   
   "r" is lowewrcase, don't capitalise it - or do it everywher :) ? Or....? You 
would know better



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to