< prev index next >

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

Print this page

        

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