< prev index next >

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

Print this page

        

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