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 df69d9292 Fix Javadoc warning.
df69d9292 is described below

commit df69d929223d7d17aeb47ff992c10d488610f488
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 15:03:25 2026 -0400

    Fix Javadoc warning.
    
    Package-private methods don't seen @since tags.
---
 .../org/apache/commons/compress/archivers/tar/TarArchiveEntry.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java 
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
index f50c23ce0..863097d82 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
@@ -2015,8 +2015,7 @@ public String toString() {
     /**
      * Update the entry using a map of pax headers.
      *
-     * @param headers.
-     * @since 1.15
+     * @param headers PAX headers.
      */
     void updateEntryFromPaxHeaders(final Map<String, String> headers) throws 
IOException {
         for (final Map.Entry<String, String> ent : headers.entrySet()) {

Reply via email to