winterhazel commented on code in PR #13053:
URL: https://github.com/apache/cloudstack/pull/13053#discussion_r3181334358


##########
plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/service/model/CloudStackVolume.java:
##########
@@ -56,4 +75,14 @@ public DataObject getVolumeInfo() {
     public void setVolumeInfo(DataObject volumeInfo) {
         this.volumeInfo = volumeInfo;
     }
+    public String getFlexVolumeUuid() {
+        return flexVolumeUuid;
+    }
+    public void setFlexVolumeUuid(String flexVolumeUuid) {
+        this.flexVolumeUuid = flexVolumeUuid;
+    }
+
+    public String getDestinationPath() { return this.destinationPath; }
+    public void setDestinationPath(String destinationPath) { 
this.destinationPath = destinationPath; }

Review Comment:
   I think there are no rules for this specific case in our coding conventions, 
but we tend to declare all methods in multiple lines instead of a single one.



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