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


The following commit(s) were added to refs/heads/master by this push:
     new 61af6ea5 Javadoc
61af6ea5 is described below

commit 61af6ea5972e7e38b02acdb20d15d797db3ca41f
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Mon Nov 21 10:07:06 2022 -0500

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

diff --git a/src/main/java/org/apache/bcel/classfile/ConstantValue.java 
b/src/main/java/org/apache/bcel/classfile/ConstantValue.java
index dd5188b5..d453e7b9 100644
--- a/src/main/java/org/apache/bcel/classfile/ConstantValue.java
+++ b/src/main/java/org/apache/bcel/classfile/ConstantValue.java
@@ -27,6 +27,13 @@ import org.apache.bcel.util.Args;
  * This class is derived from <em>Attribute</em> and represents a constant 
value, i.e., a default value for initializing
  * a class field. This class is instantiated by the 
<em>Attribute.readAttribute()</em> method.
  *
+ * <pre>
+ * ConstantValue_attribute {
+ *   u2 attribute_name_index;
+ *   u4 attribute_length;
+ *   u2 constantvalue_index;
+ * }
+ * </pre>
  * @see Attribute
  */
 public final class ConstantValue extends Attribute {

Reply via email to