< prev index next >

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

Print this page

        

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