Skip to content

Commit 52d632e

Browse files
Srivastava, PiyushSrivastava, Piyush
authored andcommitted
updated lint fixed
1 parent 71dcdf9 commit 52d632e

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/driver/OntapPrimaryDatastoreDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,4 +413,4 @@ private StorageStrategy getStrategyByStoragePoolDetails(Map<String, String> deta
413413
throw new CloudRuntimeException("getStrategyByStoragePoolDetails: Connection to Ontap SVM [" + details.get(Constants.SVM_NAME) + "] failed");
414414
}
415415
}
416-
}
416+
}

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/feign/client/VolumeFeignClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ public interface VolumeFeignClient {
5050
@Headers({ "Authorization: {authHeader}"})
5151
JobResponse updateVolumeRebalancing(@Param("authHeader") String authHeader, @Param("uuid") String uuid, Volume volumeRequest);
5252
}
53-

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/feign/model/Svm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ public int hashCode() {
144144
@JsonInclude(JsonInclude.Include.NON_NULL)
145145
public static class Links { }
146146

147-
}
147+
}

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/lifecycle/OntapPrimaryDatastoreLifecycle.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,4 +380,3 @@ public void changeStoragePoolScopeToCluster(DataStore store, ClusterScope cluste
380380

381381
}
382382
}
383-

0 commit comments

Comments
 (0)