< prev index next >

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

Print this page

        

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