< prev index next >

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

Print this page

        

@@ -23,11 +23,10 @@
 
 /**
  * Denote entity that has both name and type. This is true for local variables,
  * methods and fields.
  *
- * @version $Id$
  */
 public interface NamedAndTyped {
 
     String getName();
 
< prev index next >