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


##########
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;
+    }

Review Comment:
   Having a blank line before/after the declaration of method 
`getFlexVolumeUuid`.



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