< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/LCONST.java

Print this page

        

@@ -23,11 +23,10 @@
 /**
  * LCONST - Push 0 or 1, other values cause an exception
  *
  * <PRE>Stack: ... -&gt; ..., </PRE>
  *
- * @version $Id$
  */
 public class LCONST extends Instruction implements ConstantPushInstruction {
 
     private long value;
 
< prev index next >