Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA2AF10ECA for ; Tue, 18 Jun 2013 18:51:07 +0000 (UTC) Received: (qmail 75823 invoked by uid 500); 18 Jun 2013 18:51:06 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 75782 invoked by uid 500); 18 Jun 2013 18:51:06 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 75701 invoked by uid 99); 18 Jun 2013 18:51:06 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jun 2013 18:51:06 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4F4C58A7654; Tue, 18 Jun 2013 18:51:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jessicawang@apache.org To: commits@cloudstack.apache.org Date: Tue, 18 Jun 2013 18:51:12 -0000 Message-Id: In-Reply-To: <031496fb74f441fc9b22af1ad3a40f0f@git.apache.org> References: <031496fb74f441fc9b22af1ad3a40f0f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [7/8] git commit: updated refs/heads/master-6-17-stable to d9ca0e8 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/c148d440 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c148d440 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c148d440 Branch: refs/heads/master-6-17-stable Commit: c148d440649403d3c37174587c481a78dfe864ed Parents: 2957f6c Author: Jessica Wang Authored: Mon Jun 17 16:39:45 2013 -0700 Committer: Jessica Wang Committed: Tue Jun 18 11:37:30 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/c148d440/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 /////////////////////// /////////////////////////////////////////////////////