You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by md...@apache.org on 2002/04/24 10:11:30 UTC

cvs commit: jakarta-bcel/src/java/org/apache/bcel/generic MethodGen.java

mdahm       02/04/24 01:11:30

  Modified:    src/java/org/apache/bcel/generic MethodGen.java
  Log:
  Doc fix
  
  Revision  Changes    Path
  1.5       +2 -3      jakarta-bcel/src/java/org/apache/bcel/generic/MethodGen.java
  
  Index: MethodGen.java
  ===================================================================
  RCS file: /home/cvs/jakarta-bcel/src/java/org/apache/bcel/generic/MethodGen.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MethodGen.java	24 Apr 2002 08:01:36 -0000	1.4
  +++ MethodGen.java	24 Apr 2002 08:11:30 -0000	1.5
  @@ -68,9 +68,8 @@
    * use the `removeNOPs' method to get rid off them.
    * The resulting method object can be obtained via the `getMethod()' method.
    *
  - * @version $Id: MethodGen.java,v 1.4 2002/04/24 08:01:36 mdahm Exp $
  + * @version $Id: MethodGen.java,v 1.5 2002/04/24 08:11:30 mdahm Exp $
    * @author  <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
  - * @author  <A HREF="http://www.vmeng.com/beard">Patrick C. Beard</A>
    * @see     InstructionList
    * @see     Method
    */
  @@ -443,7 +442,7 @@
      * @param start_pc Start of region (inclusive)
      * @param end_pc End of region (inclusive)
      * @param handler_pc Where handling is done
  -   * @param catch_type fully qualified class name of handled exception or null if any
  +   * @param catch_type class type of handled exception or null if any
      * exception is handled
      * @return new exception handler object
      */
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>