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 260c6fd3f6c141640de46eeb9961e3653ee96c83
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 10 16:22:33 2026 -0500

    Javadoc
---
 src/main/java/org/apache/bcel/classfile/ConstantUtf8.java | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java 
b/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java
index 0e56ce03..597e95bc 100644
--- a/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java
+++ b/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java
@@ -209,7 +209,9 @@ public final class ConstantUtf8 extends Constant {
     }
 
     /**
-     * @param value Data
+     * Constructs a ConstantUtf8.
+     *
+     * @param value Data.
      */
     public ConstantUtf8(final String value) {
         super(Const.CONSTANT_Utf8);
@@ -241,6 +243,8 @@ public final class ConstantUtf8 extends Constant {
     }
 
     /**
+     * Gets the data converted to string.
+     *
      * @return Data converted to string.
      */
     public String getBytes() {

Reply via email to