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 042bd8f11963747c0b6d02e0e5a01d0d424d93ba Author: Gary Gregory <[email protected]> AuthorDate: Tue Dec 23 18:58:54 2025 -0500 Javadoc: Add missing @since 1.29.0 --- .../apache/commons/compress/harmony/internal/AttributeLayoutUtils.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/apache/commons/compress/harmony/internal/AttributeLayoutUtils.java b/src/main/java/org/apache/commons/compress/harmony/internal/AttributeLayoutUtils.java index 9f65ea4ed..95e00c882 100644 --- a/src/main/java/org/apache/commons/compress/harmony/internal/AttributeLayoutUtils.java +++ b/src/main/java/org/apache/commons/compress/harmony/internal/AttributeLayoutUtils.java @@ -29,6 +29,8 @@ /** * Utility methods for {@code attribute_layout} parsing and validation. + * + * @since 1.29.0 */ public final class AttributeLayoutUtils {
