< prev index next >

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

Print this page

        

@@ -23,11 +23,10 @@
 
 /**
  * ACONST_NULL - Push null reference
  * <PRE>Stack: ... -&gt; ..., null</PRE>
  *
- * @version $Id$
  */
 public class ACONST_NULL extends Instruction implements PushInstruction, TypedInstruction {
 
     /**
      * Push null reference
< prev index next >