Skip to content
Snippets Groups Projects
Commit be4c1d66 authored by Ethan Roseman's avatar Ethan Roseman
Browse files

Javadoc improvements

parent 7f037218
Branches
Tags
No related merge requests found
...@@ -403,10 +403,9 @@ private void makeLocalDirectories(String uniqueArchiveFileName) { ...@@ -403,10 +403,9 @@ private void makeLocalDirectories(String uniqueArchiveFileName) {
/** /**
* Get the path in the archive of the specified item * Get the path in the archive of the specified item
* *
* @param item - the item to get the path for * @param archive - the archive to get the path for
* @param itemNumber - the item number to help provide uniqueness to the * @param inArchiveItemIndex - the item index to help provide uniqueness to the path
* path * @param archiveFile - the archive file the item exists in
* @param archiveFile - the archive file the item exists in
* *
* @return a string representing the path to the item in the archive * @return a string representing the path to the item in the archive
* *
...@@ -1128,7 +1127,6 @@ private class UnpackedTree { ...@@ -1128,7 +1127,6 @@ private class UnpackedTree {
* @param localPathRoot Path in module output folder that files will be * @param localPathRoot Path in module output folder that files will be
* saved to * saved to
* @param archiveFile Archive file being extracted * @param archiveFile Archive file being extracted
* @param fileManager
*/ */
UnpackedTree(String localPathRoot, AbstractFile archiveFile) { UnpackedTree(String localPathRoot, AbstractFile archiveFile) {
this.rootNode = new UnpackedNode(); this.rootNode = new UnpackedNode();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment