remove bogus self assign to parent

Signed off by : Nitin Mehta <nitin.mehta@citrix.com>
This commit is contained in:
Dave Brosius 2013-05-21 12:09:21 +05:30 committed by Nitin Mehta
parent 6217b0fb4c
commit 9350441dd3

View File

@ -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;
}