< prev index next >

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

Print this page

        

@@ -25,11 +25,10 @@
 
 /**
  * Returnaddress, the type JSR or JSR_W instructions push upon the stack.
  *
  * see vmspec2 3.3.3
- * @version $Id$
  */
 public class ReturnaddressType extends Type {
 
     public static final ReturnaddressType NO_TARGET = new ReturnaddressType();
     private InstructionHandle returnTarget;
< prev index next >