< prev index next >

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

Print this page

        

@@ -23,11 +23,10 @@
 
 /**
  * LSTORE - Store long into local variable
  * <PRE>Stack: ..., value.word1, value.word2 -&gt; ... </PRE>
  *
- * @version $Id$
  */
 public class LSTORE extends StoreInstruction {
 
     /**
      * Empty constructor needed for Instruction.readInstruction.
< prev index next >