You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2013/06/18 09:58:43 UTC

[43/50] [abbrv] git commit: updated refs/heads/disk_io_throttling to 691bc9d

CLOUDSTACK-3016: remove zonetype parameter from listSnapshots API.


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

Branch: refs/heads/disk_io_throttling
Commit: fea9a0ed1243f344800acad04493b1708c0ae39f
Parents: 3e852cc
Author: Jessica Wang <je...@apache.org>
Authored: Mon Jun 17 16:39:45 2013 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Mon Jun 17 16:39:45 2013 -0700

----------------------------------------------------------------------
 .../cloudstack/api/command/user/snapshot/ListSnapshotsCmd.java      | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fea9a0ed/api/src/org/apache/cloudstack/api/command/user/snapshot/ListSnapshotsCmd.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/command/user/snapshot/ListSnapshotsCmd.java b/api/src/org/apache/cloudstack/api/command/user/snapshot/ListSnapshotsCmd.java
index 611b127..8859ba5 100644
--- a/api/src/org/apache/cloudstack/api/command/user/snapshot/ListSnapshotsCmd.java
+++ b/api/src/org/apache/cloudstack/api/command/user/snapshot/ListSnapshotsCmd.java
@@ -63,6 +63,7 @@ public class ListSnapshotsCmd extends BaseListTaggedResourcesCmd {
     @Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID, entityType = ZoneResponse.class, description = "list snapshots by zone id")
     private Long zoneId;
 
+    
     /////////////////////////////////////////////////////
     /////////////////// Accessors ///////////////////////
     /////////////////////////////////////////////////////