< prev index next >

src/com/sun/org/apache/bcel/internal/util/ClassPath.java

Print this page
rev 2127 : 8048021: Remove @version tag in jaxp repo
Reviewed-by: joehw

*** 64,74 **** /** * Responsible for loading (class) files from the CLASSPATH. Inspired by * sun.tools.ClassPath. * - * @version $Id: ClassPath.java,v 1.4 2007-07-19 04:34:52 ofung Exp $ * @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A> */ public class ClassPath implements Serializable { public static final ClassPath SYSTEM_CLASS_PATH = new ClassPath(); --- 64,73 ----
< prev index next >