< prev index next >

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

Print this page

        

@@ -23,11 +23,10 @@
 
 /**
  * Denotes that an instruction may start the process of loading and resolving
  * the referenced class in the Virtual Machine.
  *
- * @version $Id$
  */
 public interface LoadClass {
 
     /**
      * Returns the ObjectType of the referenced class or interface
< prev index next >