< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ConstantObject.java

Print this page

        

@@ -23,11 +23,10 @@
 
 /**
  * This interface denotes those constants that have a "natural" value,
  * such as ConstantLong, ConstantString, etc..
  *
- * @version $Id$
  * @see     Constant
  */
 public interface ConstantObject {
 
     /** @return object representing the constant, e.g., Long for ConstantLong
< prev index next >