ppkarwasz commented on code in PR #722:
URL: https://github.com/apache/commons-compress/pull/722#discussion_r2502221895


##########
src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.java:
##########
@@ -110,7 +113,7 @@ public static boolean matches(final byte[] buffer, final 
int length) {
     private final DumpArchiveSummary summary;
     private DumpArchiveEntry active;
     private boolean isClosed;
-    private boolean hasHitEOF;
+    private boolean eof;

Review Comment:
   There is also `TarArchiveInputStream.atEOF`, which should be renamed if this 
one is.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to