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 d78e5f3e6aa167691ad2c3c757536876211051e1
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 14 08:59:54 2026 -0500

    Javadoc
---
 src/main/java/org/apache/bcel/classfile/Synthetic.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/bcel/classfile/Synthetic.java 
b/src/main/java/org/apache/bcel/classfile/Synthetic.java
index ac86f5b9..69c63f23 100644
--- a/src/main/java/org/apache/bcel/classfile/Synthetic.java
+++ b/src/main/java/org/apache/bcel/classfile/Synthetic.java
@@ -45,6 +45,8 @@ import org.apache.commons.lang3.ArrayUtils;
 public final class Synthetic extends Attribute {
 
     /**
+     * Constructs a Synthetic attribute.
+     *
      * @param nameIndex    Index in constant pool to CONSTANT_Utf8, which 
should represent the string "Synthetic".
      * @param length       JVM Specification: "The value of the 
attribute_length item must be zero.".
      * @param bytes        Attribute contents.

Reply via email to