This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e93c8014b Fix javadoc
e93c8014b is described below

commit e93c8014b2926d6732bf1ae53a2771f90477f514
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Nov 14 22:16:29 2023 +0100

    Fix javadoc
---
 .../main/java/org/apache/aries/util/filesystem/impl/ZipDirectory.java | 4 ++--
 .../main/java/org/apache/aries/util/filesystem/impl/ZipFileImpl.java  | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git 
a/util/src/main/java/org/apache/aries/util/filesystem/impl/ZipDirectory.java 
b/util/src/main/java/org/apache/aries/util/filesystem/impl/ZipDirectory.java
index a74383cb5..a0bdf9ba7 100644
--- a/util/src/main/java/org/apache/aries/util/filesystem/impl/ZipDirectory.java
+++ b/util/src/main/java/org/apache/aries/util/filesystem/impl/ZipDirectory.java
@@ -60,7 +60,6 @@ public class ZipDirectory extends ZipFileImpl implements 
IDirectory
 
   /**
    * This constructor creates the root of the zip.
-   * @param file
    * @param fs
    * @param parent
    * @throws MalformedURLException
@@ -174,8 +173,9 @@ public class ZipDirectory extends ZipFileImpl implements 
IDirectory
    * 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)
diff --git 
a/util/src/main/java/org/apache/aries/util/filesystem/impl/ZipFileImpl.java 
b/util/src/main/java/org/apache/aries/util/filesystem/impl/ZipFileImpl.java
index 9ebbee4d3..a0ebef5b4 100644
--- a/util/src/main/java/org/apache/aries/util/filesystem/impl/ZipFileImpl.java
+++ b/util/src/main/java/org/apache/aries/util/filesystem/impl/ZipFileImpl.java
@@ -87,8 +87,7 @@ public class ZipFileImpl implements IFile
    * 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

Reply via email to