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 74fd7e0a0f66a164e6d9d3eb62e8a5b537428c54
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 23 18:58:42 2025 -0500

    Javadoc: Add missing @since 1.29.0
---
 .../apache/commons/compress/harmony/internal/AttributeLayoutParser.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/java/org/apache/commons/compress/harmony/internal/AttributeLayoutParser.java
 
b/src/main/java/org/apache/commons/compress/harmony/internal/AttributeLayoutParser.java
index bab8c65a8..f0415244c 100644
--- 
a/src/main/java/org/apache/commons/compress/harmony/internal/AttributeLayoutParser.java
+++ 
b/src/main/java/org/apache/commons/compress/harmony/internal/AttributeLayoutParser.java
@@ -32,6 +32,7 @@
  * {@link org.apache.commons.compress.harmony.unpack200.NewAttributeBands}.</p>
  *
  * @param <T> a common type shared by {@code attribute_layout} and {@code 
callable}.
+ * @since 1.29.0
  */
 public final class AttributeLayoutParser<T> {
 

Reply via email to