You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2012/10/10 02:25:45 UTC

[2/2] git commit: Removed more unused imports in Snapshots code

Removed more unused imports in Snapshots code

Conflicts:

	server/src/com/cloud/storage/dao/SnapshotScheduleDao.java


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/290e8954
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/290e8954
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/290e8954

Branch: refs/heads/master
Commit: 290e8954f73fc53dfcab2f18afdabf362d2b9f77
Parents: 823f0c9
Author: Alena Prokharchyk <al...@citrix.com>
Authored: Tue Sep 25 15:05:38 2012 -0700
Committer: Alena Prokharchyk <al...@citrix.com>
Committed: Tue Oct 9 17:07:03 2012 -0700

----------------------------------------------------------------------
 .../com/cloud/storage/dao/SnapshotScheduleDao.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/290e8954/server/src/com/cloud/storage/dao/SnapshotScheduleDao.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/storage/dao/SnapshotScheduleDao.java b/server/src/com/cloud/storage/dao/SnapshotScheduleDao.java
index c42200c..0419e28 100644
--- a/server/src/com/cloud/storage/dao/SnapshotScheduleDao.java
+++ b/server/src/com/cloud/storage/dao/SnapshotScheduleDao.java
@@ -19,7 +19,6 @@ package com.cloud.storage.dao;
 
 import java.util.Date;
 import java.util.List;
-
 import com.cloud.storage.SnapshotPolicyVO;
 import com.cloud.storage.SnapshotScheduleVO;
 import com.cloud.utils.db.GenericDao;