< prev index next >

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

Print this page

        

@@ -23,11 +23,10 @@
 
 /**
  * Denotes a push instruction that produces a literal on the stack
  * such as  SIPUSH, BIPUSH, ICONST, etc.
  *
- * @version $Id$
 
  * @see ICONST
  * @see SIPUSH
  */
 public interface ConstantPushInstruction extends PushInstruction, TypedInstruction {
< prev index next >