< prev index next >

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

Print this page

        

@@ -28,11 +28,10 @@
  * GETSTATIC - Fetch static field from class
  * <PRE>Stack: ..., -&gt; ..., value</PRE>
  * OR
  * <PRE>Stack: ..., -&gt; ..., value.word1, value.word2</PRE>
  *
- * @version $Id$
  */
 public class GETSTATIC extends FieldInstruction implements PushInstruction, ExceptionThrower {
 
     /**
      * Empty constructor needed for Instruction.readInstruction.
< prev index next >