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 c5afbec7460f49ad530b96fa9169ddffe796c76f
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Apr 11 10:23:28 2025 -0400

    Javadoc
---
 .../RuntimeVisibleorInvisibleParameterAnnotationsAttribute.java     | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/src/main/java/org/apache/commons/compress/harmony/unpack200/bytecode/RuntimeVisibleorInvisibleParameterAnnotationsAttribute.java
 
b/src/main/java/org/apache/commons/compress/harmony/unpack200/bytecode/RuntimeVisibleorInvisibleParameterAnnotationsAttribute.java
index 5c9aa92e7..82e4ac8a2 100644
--- 
a/src/main/java/org/apache/commons/compress/harmony/unpack200/bytecode/RuntimeVisibleorInvisibleParameterAnnotationsAttribute.java
+++ 
b/src/main/java/org/apache/commons/compress/harmony/unpack200/bytecode/RuntimeVisibleorInvisibleParameterAnnotationsAttribute.java
@@ -76,6 +76,12 @@ public void writeBody(final DataOutputStream dos) throws 
IOException {
 
     private final ParameterAnnotation[] parameterAnnotations;
 
+    /**
+     * Constructs a new instance for an attribute name.
+     *
+     * @param name an attribute name.
+     * @param parameterAnnotations Annotations.
+     */
     public RuntimeVisibleorInvisibleParameterAnnotationsAttribute(final CPUTF8 
name, final ParameterAnnotation[] parameterAnnotations) {
         super(name);
         this.numParameters = parameterAnnotations.length;

Reply via email to