< prev index next >

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

Print this page

        

@@ -23,11 +23,10 @@
 
 /**
  * Denotes an unparameterized instruction to store a value into a local variable,
  * e.g. ISTORE.
  *
- * @version $Id$
  */
 public abstract class StoreInstruction extends LocalVariableInstruction implements PopInstruction {
 
     /**
      * Empty constructor needed for Instruction.readInstruction.
< prev index next >