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