< prev index next >

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

Print this page

        

@@ -24,11 +24,10 @@
 /**
  * POP2 - Pop two top operand stack words
  *
  * <PRE>Stack: ..., word2, word1 -&gt; ...</PRE>
  *
- * @version $Id$
  */
 public class POP2 extends StackInstruction implements PopInstruction {
 
     public POP2() {
         super(com.sun.org.apache.bcel.internal.Const.POP2);
< prev index next >