< prev index next >

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

Print this page

        

@@ -24,11 +24,10 @@
 /**
  * IF_ICMPEQ - Branch if int comparison succeeds
  *
  * <PRE>Stack: ..., value1, value2 -&gt; ...</PRE>
  *
- * @version $Id$
  */
 public class IF_ICMPEQ extends IfInstruction {
 
     /**
      * Empty constructor needed for Instruction.readInstruction.
< prev index next >