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 0f9cce000 Use an inline comment
0f9cce000 is described below

commit 0f9cce000991afb19a478942e70502e24f04f993
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Sep 23 09:23:59 2024 -0400

    Use an inline comment
---
 src/main/java/org/apache/commons/compress/archivers/tar/TarFile.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 fb0ca76aa..61479c87d 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
@@ -465,7 +465,7 @@ public class TarFile implements Closeable {
 
         final ByteBuffer headerBuf = getRecord();
         if (null == headerBuf) {
-            /* hit EOF */
+            // Hit EOF
             currEntry = null;
             return null;
         }

Reply via email to