Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 14, 2023
1 parent aea7d90 commit e93c801
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Expand Up @@ -60,7 +60,6 @@ public ZipDirectory(File zip1, ZipEntry entry1, ZipDirectory parent, ZipCloseabl

/**
* This constructor creates the root of the zip.
* @param file
* @param fs
* @param parent
* @throws MalformedURLException
Expand Down Expand Up @@ -174,8 +173,9 @@ private List<IFile> listFiles(boolean includeFilesInNestedSubdirs)
* This method works out if the provided entry is inside this directory. It
* returns false if it is not, or if it is in a sub-directory.
*
* @param parentDir
* @param possibleEntry
* @param whether files in subdirectories are to be included
* @param allowSubDirs
* @return true if it is in this directory.
*/
protected static boolean isInDir(String parentDir, ZipEntry possibleEntry, boolean allowSubDirs)
Expand Down
Expand Up @@ -87,8 +87,7 @@ public ZipFileImpl(File zip1, ZipEntry entry1, ZipDirectory parent1, ZipCloseabl
* This is called to construct the root directory of the zip.
*
* @param zip1 the zip file this represents.
* @param fs the file on the fs.
* @param rootName the name of this zipfile relative to the IFile filesystem root
* @param parent
* @throws MalformedURLException
*/
protected ZipFileImpl(File zip1, IDirectory parent) throws MalformedURLException
Expand Down

0 comments on commit e93c801

Please sign in to comment.