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 aaf46a710c191ef471ad5efbcda13c99bdd7d2e5 Author: Gary Gregory <[email protected]> AuthorDate: Sat Jan 10 13:17:49 2026 -0500 Javadoc --- src/main/java/org/apache/bcel/classfile/ConstantInteger.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/bcel/classfile/ConstantInteger.java b/src/main/java/org/apache/bcel/classfile/ConstantInteger.java index af15c1ca..8d14bd19 100644 --- a/src/main/java/org/apache/bcel/classfile/ConstantInteger.java +++ b/src/main/java/org/apache/bcel/classfile/ConstantInteger.java @@ -106,7 +106,9 @@ public final class ConstantInteger extends Constant implements ConstantObject { } /** - * @param bytes the raw bytes that represent this integer + * Sets the raw bytes that represent the integer value. + * + * @param bytes the raw bytes that represent the integer value. */ public void setBytes(final int bytes) { this.bytes = bytes;
