< prev index next >

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

Print this page

        

@@ -23,11 +23,10 @@
 
 /**
  * DUP2_X1 - Duplicate two top operand stack words and put three down
  * <PRE>Stack: ..., word3, word2, word1 -&gt; ..., word2, word1, word3, word2, word1</PRE>
  *
- * @version $Id$
  */
 public class DUP2_X1 extends StackInstruction {
 
     public DUP2_X1() {
         super(com.sun.org.apache.bcel.internal.Const.DUP2_X1);
< prev index next >