Skip to content

Commit

Permalink
remove bogus self assign to parent
Browse files Browse the repository at this point in the history
Signed off by : Nitin Mehta <[email protected]>
  • Loading branch information
mebigfatguy authored and nitinmeh committed May 21, 2013
1 parent 6217b0f commit 9350441
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public CreateEntityDownloadURLCommand(String parent, String installPath, String

public CreateEntityDownloadURLCommand(String installPath, String uuid) {
super();
this.parent = parent;
this.installPath = installPath;
this.extractLinkUUID = uuid;
}
Expand Down

0 comments on commit 9350441

Please sign in to comment.