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 A55A8FC82 for ; Sat, 30 Mar 2013 16:56:44 +0000 (UTC) Received: (qmail 74841 invoked by uid 500); 30 Mar 2013 16:56:34 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 74584 invoked by uid 500); 30 Mar 2013 16:56:33 -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 69852 invoked by uid 99); 30 Mar 2013 16:56:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Mar 2013 16:56:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1708B83483B; Sat, 30 Mar 2013 16:56:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: commits@cloudstack.apache.org Date: Sat, 30 Mar 2013 16:56:55 -0000 Message-Id: <7493806c93844ed394c93718d94b2039@git.apache.org> In-Reply-To: <607c8f4e3df2435d8a751c0f811af0a7@git.apache.org> References: <607c8f4e3df2435d8a751c0f811af0a7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [42/50] [abbrv] git commit: updated refs/heads/marvin-refactor to 5ce2643 api: Fix correct annotation value in template cmds for template id Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b4e6be86 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b4e6be86 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b4e6be86 Branch: refs/heads/marvin-refactor Commit: b4e6be86ae4a94694b4d841b294662f4d62c63bb Parents: db154f4 Author: Rohit Yadav Authored: Wed Jan 23 16:00:39 2013 -0800 Committer: Prasanna Santhanam Committed: Sat Mar 30 22:22:39 2013 +0530 ---------------------------------------------------------------------- .../command/user/template/DeleteTemplateCmd.java | 8 +------- .../command/user/template/ExtractTemplateCmd.java | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b4e6be86/api/src/org/apache/cloudstack/api/command/user/template/DeleteTemplateCmd.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/command/user/template/DeleteTemplateCmd.java b/api/src/org/apache/cloudstack/api/command/user/template/DeleteTemplateCmd.java index 1f030a5..81af53a 100644 --- a/api/src/org/apache/cloudstack/api/command/user/template/DeleteTemplateCmd.java +++ b/api/src/org/apache/cloudstack/api/command/user/template/DeleteTemplateCmd.java @@ -16,13 +16,7 @@ // under the License. package org.apache.cloudstack.api.command.user.template; -import org.apache.cloudstack.api.APICommand; -import org.apache.cloudstack.api.ApiConstants; -import org.apache.cloudstack.api.ApiErrorCode; -import org.apache.cloudstack.api.BaseAsyncCmd; -import org.apache.cloudstack.api.Parameter; -import org.apache.cloudstack.api.ServerApiException; -import org.apache.cloudstack.api.response.SuccessResponse; +import org.apache.cloudstack.api.*; import org.apache.cloudstack.api.response.TemplateResponse; import org.apache.cloudstack.api.response.ZoneResponse; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b4e6be86/api/src/org/apache/cloudstack/api/command/user/template/ExtractTemplateCmd.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/command/user/template/ExtractTemplateCmd.java b/api/src/org/apache/cloudstack/api/command/user/template/ExtractTemplateCmd.java index 9a2dee3..685823a 100644 --- a/api/src/org/apache/cloudstack/api/command/user/template/ExtractTemplateCmd.java +++ b/api/src/org/apache/cloudstack/api/command/user/template/ExtractTemplateCmd.java @@ -16,13 +16,7 @@ // under the License. package org.apache.cloudstack.api.command.user.template; -import org.apache.cloudstack.api.APICommand; -import org.apache.cloudstack.api.ApiConstants; -import org.apache.cloudstack.api.ApiErrorCode; -import org.apache.cloudstack.api.BaseAsyncCmd; -import org.apache.cloudstack.api.Parameter; -import org.apache.cloudstack.api.ServerApiException; -import org.apache.cloudstack.api.response.ExtractResponse; +import org.apache.cloudstack.api.*; import org.apache.cloudstack.api.response.TemplateResponse; import org.apache.cloudstack.api.response.ZoneResponse;