You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2013/06/21 19:11:07 UTC

git commit: updated refs/heads/master to 933e4e6

Updated Branches:
  refs/heads/master b0a321069 -> 933e4e6df


Code cleanup.

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

Branch: refs/heads/master
Commit: 933e4e6dff5a64031515154ee7dbc5e0ffc87593
Parents: b0a3210
Author: Min Chen <mi...@citrix.com>
Authored: Fri Jun 21 10:10:42 2013 -0700
Committer: Min Chen <mi...@citrix.com>
Committed: Fri Jun 21 10:10:42 2013 -0700

----------------------------------------------------------------------
 .../api/command/admin/storage/ListCacheStoresCmd.java           | 5 -----
 .../api/command/admin/storage/ListImageStoresCmd.java           | 5 -----
 2 files changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/933e4e6d/api/src/org/apache/cloudstack/api/command/admin/storage/ListCacheStoresCmd.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/command/admin/storage/ListCacheStoresCmd.java b/api/src/org/apache/cloudstack/api/command/admin/storage/ListCacheStoresCmd.java
index 16792be..3909e8e 100644
--- a/api/src/org/apache/cloudstack/api/command/admin/storage/ListCacheStoresCmd.java
+++ b/api/src/org/apache/cloudstack/api/command/admin/storage/ListCacheStoresCmd.java
@@ -20,16 +20,11 @@ import org.apache.cloudstack.api.APICommand;
 import org.apache.cloudstack.api.ApiConstants;
 import org.apache.cloudstack.api.BaseListCmd;
 import org.apache.cloudstack.api.Parameter;
-import org.apache.cloudstack.api.response.ClusterResponse;
 import org.apache.cloudstack.api.response.ImageStoreResponse;
 import org.apache.cloudstack.api.response.ListResponse;
-import org.apache.cloudstack.api.response.PodResponse;
-import org.apache.cloudstack.api.response.StoragePoolResponse;
 import org.apache.cloudstack.api.response.ZoneResponse;
 import org.apache.log4j.Logger;
 
-import com.cloud.async.AsyncJob;
-
 @APICommand(name = "listCacheStores", description="Lists cache stores.", responseObject=ImageStoreResponse.class, since = "4.2.0")
 public class ListCacheStoresCmd extends BaseListCmd {
     public static final Logger s_logger = Logger.getLogger(ListCacheStoresCmd.class.getName());

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/933e4e6d/api/src/org/apache/cloudstack/api/command/admin/storage/ListImageStoresCmd.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/command/admin/storage/ListImageStoresCmd.java b/api/src/org/apache/cloudstack/api/command/admin/storage/ListImageStoresCmd.java
index 57259b5..7063e6c 100644
--- a/api/src/org/apache/cloudstack/api/command/admin/storage/ListImageStoresCmd.java
+++ b/api/src/org/apache/cloudstack/api/command/admin/storage/ListImageStoresCmd.java
@@ -20,16 +20,11 @@ import org.apache.cloudstack.api.APICommand;
 import org.apache.cloudstack.api.ApiConstants;
 import org.apache.cloudstack.api.BaseListCmd;
 import org.apache.cloudstack.api.Parameter;
-import org.apache.cloudstack.api.response.ClusterResponse;
 import org.apache.cloudstack.api.response.ImageStoreResponse;
 import org.apache.cloudstack.api.response.ListResponse;
-import org.apache.cloudstack.api.response.PodResponse;
-import org.apache.cloudstack.api.response.StoragePoolResponse;
 import org.apache.cloudstack.api.response.ZoneResponse;
 import org.apache.log4j.Logger;
 
-import com.cloud.async.AsyncJob;
-
 @APICommand(name = "listImageStores", description="Lists image stores.", responseObject=ImageStoreResponse.class, since = "4.2.0")
 public class ListImageStoresCmd extends BaseListCmd {
     public static final Logger s_logger = Logger.getLogger(ListImageStoresCmd.class.getName());