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 48183507e Javadoc
48183507e is described below

commit 48183507eb72e7040457c59ed79aee623dd720d3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Apr 9 10:03:29 2025 -0400

    Javadoc
---
 .../apache/commons/compress/archivers/dump/DumpArchiveInputStream.java | 3 +++
 1 file changed, 3 insertions(+)

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 71dfd87ff..8f118b8d9 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
@@ -85,6 +85,9 @@ public static boolean matches(final byte[] buffer, final int 
length) {
     private int recordOffset;
     private long filepos;
 
+    /**
+     * TapeInputStream is the raw input.
+     */
     protected TapeInputStream raw;
 
     /** Map of ino -> dirent entry. We can use this to reconstruct full paths. 
*/

Reply via email to