Skip to content

Commit 9350441

Browse files
mebigfatguynitinmeh
authored andcommitted
remove bogus self assign to parent
Signed off by : Nitin Mehta <nitin.mehta@citrix.com>
1 parent 6217b0f commit 9350441

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/com/cloud/agent/api/storage/CreateEntityDownloadURLCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public CreateEntityDownloadURLCommand(String parent, String installPath, String
2828

2929
public CreateEntityDownloadURLCommand(String installPath, String uuid) {
3030
super();
31-
this.parent = parent;
3231
this.installPath = installPath;
3332
this.extractLinkUUID = uuid;
3433
}

0 commit comments

Comments
 (0)