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

commit 0a33b18ff1d1e197ad8e90c1beed75cd755d0b5c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Apr 9 10:11:31 2025 -0400

    Javadoc
---
 src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java 
b/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java
index 2a2444c89..ea62570bc 100644
--- a/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java
+++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java
@@ -686,6 +686,11 @@ private void repositionForwardTo(final long newPosition) 
throws IOException {
         archive.position(newPosition);
     }
 
+    /**
+     * Sets whether we are at end-of-file.
+     *
+     * @param eof whether we are at end-of-file.
+     */
     protected final void setAtEOF(final boolean eof) {
         this.eof = eof;
     }

Reply via email to