Skip to content

Commit a3c071a

Browse files
committed
Javadoc
1 parent aaf46a7 commit a3c071a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/java/org/apache/bcel/classfile/ConstantLong.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ public Object getConstantValue(final ConstantPool cp) {
106106
}
107107

108108
/**
109-
* @param bytes the raw bytes that represent this long
109+
* Sets the raw bytes that represent the long value.
110+
*
111+
* @param bytes the raw bytes that represent the long value.
110112
*/
111113
public void setBytes(final long bytes) {
112114
this.bytes = bytes;

0 commit comments

Comments
 (0)