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 1e037cce5bdf54321b98a1048a29b2ca6b140829
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 10 13:09:39 2026 -0500

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

diff --git a/src/main/java/org/apache/bcel/classfile/ConstantFieldref.java 
b/src/main/java/org/apache/bcel/classfile/ConstantFieldref.java
index f446e486..1a08c116 100644
--- a/src/main/java/org/apache/bcel/classfile/ConstantFieldref.java
+++ b/src/main/java/org/apache/bcel/classfile/ConstantFieldref.java
@@ -48,8 +48,10 @@ public final class ConstantFieldref extends ConstantCP {
     }
 
     /**
-     * @param classIndex Reference to the class containing the Field
-     * @param nameAndTypeIndex and the Field signature
+     * Constructs a ConstantFieldref.
+     *
+     * @param classIndex Reference to the class containing the Field.
+     * @param nameAndTypeIndex and the Field signature.
      */
     public ConstantFieldref(final int classIndex, final int nameAndTypeIndex) {
         super(Const.CONSTANT_Fieldref, classIndex, nameAndTypeIndex);

Reply via email to