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 3bcbf932 Javadoc 3bcbf932 is described below commit 3bcbf932775285721d6f0276ea43bd5b2cf437f8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Oct 30 18:11:04 2023 -0400 Javadoc --- .../java/org/apache/commons/compress/archivers/ArchiveOutputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/ArchiveOutputStream.java b/src/main/java/org/apache/commons/compress/archivers/ArchiveOutputStream.java index 2344142a..9f317738 100644 --- a/src/main/java/org/apache/commons/compress/archivers/ArchiveOutputStream.java +++ b/src/main/java/org/apache/commons/compress/archivers/ArchiveOutputStream.java @@ -45,7 +45,7 @@ import java.nio.file.Path; * <li> optionally write additional data, provided format supports it,</li> * <li>{@link #close()}.</li> * </ul> - * @param <E> The type of {@link ArchiveEntry} produced. + * @param <E> The type of {@link ArchiveEntry} consumed. */ public abstract class ArchiveOutputStream<E extends ArchiveEntry> extends OutputStream {