< prev index next >

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

Print this page

        

@@ -25,11 +25,10 @@
 import java.io.IOException;
 
 /**
  * JSR - Jump to subroutine
  *
- * @version $Id$
  */
 public class JSR extends JsrInstruction implements VariableLengthInstruction {
 
     /**
      * Empty constructor needed for Instruction.readInstruction.
< prev index next >