< prev index next >

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

Print this page

        

@@ -23,11 +23,10 @@
 
 /**
  * Denote entity that refers to an index, e.g. local variable instructions,
  * RET, CPInstruction, etc.
  *
- * @version $Id$
  */
 public interface IndexedInstruction {
 
     int getIndex();
 
< prev index next >