< prev index next >

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

Print this page

        

@@ -24,11 +24,10 @@
 import com.sun.org.apache.bcel.internal.classfile.ConstantPool;
 
 /**
  * Super class for the GET/PUTxxx family of instructions.
  *
- * @version $Id$
  */
 public abstract class FieldInstruction extends FieldOrMethod {
 
     /**
      * Empty constructor needed for Instruction.readInstruction.
< prev index next >