< prev index next >

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

Print this page

        

@@ -27,11 +27,10 @@
 /**
  * BIPUSH - Push byte on stack
  *
  * <PRE>Stack: ... -&gt; ..., value</PRE>
  *
- * @version $Id$
  */
 public class BIPUSH extends Instruction implements ConstantPushInstruction {
 
     private byte b;
 
< prev index next >