< prev index next >

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

Print this page

        

@@ -23,11 +23,10 @@
 
 /**
  * Denotes an unparameterized instruction to pop a value on top from the stack,
  * such as ISTORE, POP, PUTSTATIC.
  *
- * @version $Id$
  * @see ISTORE
  * @see POP
  */
 public interface PopInstruction extends StackConsumer {
 }
< prev index next >