< prev index next >

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

Print this page

        

@@ -27,11 +27,10 @@
 import com.sun.org.apache.bcel.internal.util.ByteSequence;
 
 /**
  * GOTO_W - Branch always (to relative offset, not absolute address)
  *
- * @version $Id$
  */
 public class GOTO_W extends GotoInstruction {
 
     /**
      * Empty constructor needed for Instruction.readInstruction.
< prev index next >