< prev index next >

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

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

*** 80,90 **** * * All subfiles reference each other appropiately, e.g. clicking on a * method in the Method's frame will jump to the appropiate method in * the Code frame. * - * @version $Id: Class2HTML.java,v 1.3 2007-07-19 04:34:52 ofung Exp $ * @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A> */ public class Class2HTML implements Constants { private JavaClass java_class; // current class object --- 80,89 ----
< prev index next >