mdahm 2002/08/09 06:09:31
Modified: src/java/org/apache/bcel/classfile ClassParser.java
Log:
link fixed
Revision Changes Path
1.5 +6 -7 jakarta-bcel/src/java/org/apache/bcel/classfile/ClassParser.java
Index: ClassParser.java
===================================================================
RCS file: /home/cvs/jakarta-bcel/src/java/org/apache/bcel/classfile/ClassParser.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ClassParser.java 7 Aug 2002 14:33:37 -0000 1.4
+++ ClassParser.java 9 Aug 2002 13:09:31 -0000 1.5
@@ -59,12 +59,11 @@
import java.util.zip.*;
/**
- * Wrapper class that parses a given Java .class file. The method
- * <A href ="#parse">parse</A> returns a
- * <A href ="org.apache.bcel.classfile.JavaClass.html">
+ * Wrapper class that parses a given Java .class file. The method <A
+ * href ="#parse">parse</A> returns a <A href ="JavaClass.html">
* JavaClass</A> object on success. When an I/O error or an
- * inconsistency occurs an appropiate exception is propagated back
- * to the caller.
+ * inconsistency occurs an appropiate exception is propagated back to
+ * the caller.
*
* The structure and the names comply, except for a few conveniences,
* exactly with the <A href="ftp://java.sun.com/docs/specs/vmspec.ps">
@@ -72,7 +71,7 @@
* further details about the structure of a bytecode file.
*
* @version $Id$
- * @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
+ * @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
*/
public final class ClassParser {
private DataInputStream file;
--
To unsubscribe, e-mail: <mailto:bcel-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:bcel-dev-help@jakarta.apache.org>
|