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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new c1a6b0082 Javadoc
c1a6b0082 is described below

commit c1a6b0082240983e123399845b430aebfe0de543
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 17:00:18 2025 -0500

    Javadoc
---
 src/main/java/org/apache/commons/compress/archivers/dump/Dirent.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/dump/Dirent.java 
b/src/main/java/org/apache/commons/compress/archivers/dump/Dirent.java
index a633a3d41..62915e79d 100644
--- a/src/main/java/org/apache/commons/compress/archivers/dump/Dirent.java
+++ b/src/main/java/org/apache/commons/compress/archivers/dump/Dirent.java
@@ -28,7 +28,7 @@ final class Dirent {
     private final String name;
 
     /**
-     * Constructor
+     * Constructs a new instance.
      *
      * @param ino.
      * @param parentIno.

Reply via email to