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 26477e653 Javadoc 26477e653 is described below commit 26477e6531274fd6293719610b2159844d9caf53 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Feb 28 20:45:31 2024 -0500 Javadoc --- .../apache/commons/compress/archivers/tar/TarArchiveInputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java index 82be31daa..9177e28a2 100644 --- a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java +++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java @@ -475,7 +475,7 @@ public class TarArchiveInputStream extends ArchiveInputStream<TarArchiveEntry> { } // If the size of the next element in the archive has changed - // due to a new size being reported in the posix header + // due to a new size being reported in the POSIX header // information, we update entrySize here so that it contains // the correct value. entrySize = currEntry.getSize();