< prev index next >

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

Print this page

        

@@ -25,11 +25,10 @@
 
 /**
  * NEW - Create new object
  * <PRE>Stack: ... -&gt; ..., objectref</PRE>
  *
- * @version $Id$
  */
 public class NEW extends CPInstruction implements LoadClass, AllocationInstruction,
         ExceptionThrower, StackProducer {
 
     /**
< prev index next >