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 62c85dfda Javadoc
62c85dfda is described below
commit 62c85dfda4650ebf6f13ed667b6d8decb04a1248
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 10 18:49:11 2024 -0500
Javadoc
---
.../apache/commons/compress/archivers/dump/DumpArchiveInputStream.java | 1 +
1 file changed, 1 insertion(+)
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 0050b35ca..c70a3b4d5 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
@@ -43,6 +43,7 @@ import org.apache.commons.compress.utils.IOUtils;
* it seems very likely the format uses the current default encoding of the
system.
* </p>
* @NotThreadSafe
+ * @since 1.3
*/
public class DumpArchiveInputStream extends
ArchiveInputStream<DumpArchiveEntry> {