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 A0D95D337 for ; Wed, 22 May 2013 13:57:07 +0000 (UTC) Received: (qmail 791 invoked by uid 500); 22 May 2013 13:56:57 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 171 invoked by uid 500); 22 May 2013 13:56:56 -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 97011 invoked by uid 99); 22 May 2013 13:56:46 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 May 2013 13:56:46 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 89F01893098; Wed, 22 May 2013 13:56:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sateesh@apache.org To: commits@cloudstack.apache.org Date: Wed, 22 May 2013 13:57:11 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [28/50] [abbrv] git commit: updated refs/heads/vmware-datamodel to 8996ea3 remove bogus self assign to parent Signed off by : Nitin Mehta Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9350441d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9350441d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9350441d Branch: refs/heads/vmware-datamodel Commit: 9350441dd3dfc27a5852c5662463a1d5af1cd026 Parents: 6217b0f Author: Dave Brosius Authored: Tue May 21 12:09:21 2013 +0530 Committer: Nitin Mehta Committed: Tue May 21 12:19:03 2013 +0530 ---------------------------------------------------------------------- .../storage/CreateEntityDownloadURLCommand.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9350441d/core/src/com/cloud/agent/api/storage/CreateEntityDownloadURLCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/storage/CreateEntityDownloadURLCommand.java b/core/src/com/cloud/agent/api/storage/CreateEntityDownloadURLCommand.java index d928e0c..98a957f 100755 --- a/core/src/com/cloud/agent/api/storage/CreateEntityDownloadURLCommand.java +++ b/core/src/com/cloud/agent/api/storage/CreateEntityDownloadURLCommand.java @@ -28,7 +28,6 @@ public class CreateEntityDownloadURLCommand extends AbstractDownloadCommand { public CreateEntityDownloadURLCommand(String installPath, String uuid) { super(); - this.parent = parent; this.installPath = installPath; this.extractLinkUUID = uuid; }