remove bogus self assign to parent Signed off by : Nitin Mehta <nitin.me...@citrix.com>
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/vmsync Commit: 9350441dd3dfc27a5852c5662463a1d5af1cd026 Parents: 6217b0f Author: Dave Brosius <dbros...@mebigfatguy.com> Authored: Tue May 21 12:09:21 2013 +0530 Committer: Nitin Mehta <nitin.me...@citrix.com> 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; }