< prev index next >

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

Print this page

        

@@ -23,11 +23,10 @@
 
 /**
  * DSTORE - Store double into local variable
  * <pre>Stack: ..., value.word1, value.word2 -&gt; ... </PRE>
  *
- * @version $Id$
  */
 public class DSTORE extends StoreInstruction {
 
     /**
      * Empty constructor needed for Instruction.readInstruction.
< prev index next >