You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2019/07/24 06:29:25 UTC

[cloudstack] branch master updated: engine/storage: remove unused import

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new d930982  engine/storage: remove unused import
d930982 is described below

commit d930982a1c08ff47ba491add8c7d284b114c9cf1
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Wed Jul 24 11:10:28 2019 +0530

    engine/storage: remove unused import
    
    Fixes checkstyle issue caused by previous commit 6a511fce40f5363d71c5515df9841c2493c73c31
    from PR #3466 where a minor review fix did not address this. Merging this
    one to unblock few other PRs after running a local build test.
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 .../org/apache/cloudstack/storage/snapshot/CephSnapshotStrategy.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/engine/storage/snapshot/src/main/java/org/apache/cloudstack/storage/snapshot/CephSnapshotStrategy.java b/engine/storage/snapshot/src/main/java/org/apache/cloudstack/storage/snapshot/CephSnapshotStrategy.java
index 24684d1..6fbb15c 100644
--- a/engine/storage/snapshot/src/main/java/org/apache/cloudstack/storage/snapshot/CephSnapshotStrategy.java
+++ b/engine/storage/snapshot/src/main/java/org/apache/cloudstack/storage/snapshot/CephSnapshotStrategy.java
@@ -29,7 +29,6 @@ import org.apache.cloudstack.storage.datastore.db.SnapshotDataStoreDao;
 import org.apache.cloudstack.storage.datastore.db.SnapshotDataStoreVO;
 import org.apache.cloudstack.storage.datastore.db.StoragePoolVO;
 import org.apache.log4j.Logger;
-import org.springframework.stereotype.Component;
 
 import com.cloud.storage.DataStoreRole;
 import com.cloud.storage.Snapshot;