Author: ebourg
Date: Thu Feb 5 14:51:32 2015
New Revision: 1657594
URL: http://svn.apache.org/r1657594
Log:
Fixed a typo in ConstantLong (BCEL-204)
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantLong.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantLong.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantLong.java?rev=1657594&r1=1657593&r2=1657594&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantLong.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantLong.java
Thu Feb 5 14:51:32 2015
@@ -101,7 +101,7 @@ public final class ConstantLong extends
/**
- * @param bytes thr raw bytes that represent this long
+ * @param bytes the raw bytes that represent this long
*/
public final void setBytes( long bytes ) {
this.bytes = bytes;