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-bcel.git

commit 14017b49001cf4fa5d92cc6cf1553b1907c0335a
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 14 08:59:53 2026 -0500

    Javadoc
---
 src/main/java/org/apache/bcel/classfile/ParameterAnnotations.java | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/bcel/classfile/ParameterAnnotations.java 
b/src/main/java/org/apache/bcel/classfile/ParameterAnnotations.java
index 1001a340..48cbd764 100644
--- a/src/main/java/org/apache/bcel/classfile/ParameterAnnotations.java
+++ b/src/main/java/org/apache/bcel/classfile/ParameterAnnotations.java
@@ -101,13 +101,17 @@ public abstract class ParameterAnnotations extends 
Attribute implements Iterable
     }
 
     /**
-     * returns the array of parameter annotation entries in this parameter 
annotation.
+     * Gets the parameter annotation entries.
+     *
+     * @return the array of parameter annotation entries in this parameter 
annotation.
      */
     public ParameterAnnotationEntry[] getParameterAnnotationEntries() {
         return parameterAnnotationTable;
     }
 
     /**
+     * Gets the parameter annotation table.
+     *
      * @return the parameter annotation entry table.
      */
     public final ParameterAnnotationEntry[] getParameterAnnotationTable() {
@@ -120,6 +124,8 @@ public abstract class ParameterAnnotations extends 
Attribute implements Iterable
     }
 
     /**
+     * Sets the parameter annotation table.
+     *
      * @param parameterAnnotationTable the entries to set in this parameter 
annotation.
      */
     public final void setParameterAnnotationTable(final 
ParameterAnnotationEntry[] parameterAnnotationTable) {

Reply via email to