< prev index next >

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

Print this page

        

@@ -23,11 +23,10 @@
 
 /**
  * LSHL - Arithmetic shift left long
  * <PRE>Stack: ..., value1.word1, value1.word2, value2 -&gt; ..., result.word1, result.word2</PRE>
  *
- * @version $Id$
  */
 public class LSHL extends ArithmeticInstruction {
 
     public LSHL() {
         super(com.sun.org.apache.bcel.internal.Const.LSHL);
< prev index next >