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 55a967899 Javadoc
55a967899 is described below

commit 55a967899f7872e9c46b68fd4f45cbcb3dada28d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Dec 14 09:44:42 2023 -0500

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

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.java
 
b/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.java
index 6339e7f85..6d07e5960 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.java
@@ -109,7 +109,7 @@ public class DumpArchiveInputStream extends 
ArchiveInputStream<DumpArchiveEntry>
     }
 
     /**
-     * Constructor.
+     * Constructs a new instance.
      *
      * @param is       stream to read from
      * @param encoding the encoding to use for file names, use null for the 
platform's default encoding

Reply via email to