This is an automated email from the ASF dual-hosted git repository.

garydgregory 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 05862dd50 Javadoc
05862dd50 is described below

commit 05862dd50eb51a6a1246cab50dc2a8619b301695
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 16 16:02:43 2026 -0400

    Javadoc
---
 .../org/apache/commons/compress/archivers/dump/DumpArchiveEntry.java    | 2 +-
 .../java/org/apache/commons/compress/compressors/gzip/ExtraField.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveEntry.java
 
b/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveEntry.java
index 22b6f9981..cb343fd2f 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveEntry.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveEntry.java
@@ -769,7 +769,7 @@ public boolean isDirectory() {
     }
 
     /**
-     * Tests whether whether this is a fifo/pipe.
+     * Tests whether this is a fifo/pipe.
      *
      * @return whether this is a fifo/pipe.
      */
diff --git 
a/src/main/java/org/apache/commons/compress/compressors/gzip/ExtraField.java 
b/src/main/java/org/apache/commons/compress/compressors/gzip/ExtraField.java
index 90bb39069..67b27eadc 100644
--- a/src/main/java/org/apache/commons/compress/compressors/gzip/ExtraField.java
+++ b/src/main/java/org/apache/commons/compress/compressors/gzip/ExtraField.java
@@ -328,7 +328,7 @@ public Iterator<SubField> iterator() {
     }
 
     /**
-     * Gets the count of subfields currently in in this extra field.
+     * Gets the count of subfields currently in this extra field.
      *
      * @return The count of subfields contained in this instance.
      */

Reply via email to