Skip to content

Commit f74483e

Browse files
Update plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/client/ScaleIOGatewayClientImpl.java
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
1 parent a4ffd20 commit f74483e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/client/ScaleIOGatewayClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ public boolean revertSnapshot(final String sourceSnapshotVolumeId, final String
628628

629629
Boolean overwriteVolumeContentStatus = post(
630630
"/instances/Volume::" + destVolumeId + "/action/overwriteVolumeContent",
631-
requestBody,Boolean.class);
631+
requestBody, Boolean.class);
632632
if (overwriteVolumeContentStatus != null) {
633633
return overwriteVolumeContentStatus;
634634
}

0 commit comments

Comments
 (0)