[jboss-cvs] javassist/src/main/javassist/bytecode ...

Shigeru Chiba chiba at is.titech.ac.jp
Tue Jun 9 04:50:06 EDT 2009


  User: chiba   
  Date: 09/06/09 04:50:06

  Modified:    src/main/javassist/bytecode  ExceptionTable.java
  Log:
  fixed JIRA JASSIST-83
  
  Revision  Changes    Path
  1.10      +2 -0      javassist/src/main/javassist/bytecode/ExceptionTable.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ExceptionTable.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/ExceptionTable.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- ExceptionTable.java	4 Jun 2007 03:11:09 -0000	1.9
  +++ ExceptionTable.java	9 Jun 2009 08:50:06 -0000	1.10
  @@ -153,6 +153,8 @@
        * Returns <code>catchType</code> of the <i>n</i>-th entry.
        *
        * @param nth               the <i>n</i>-th (&gt;= 0).
  +     * @return an index into the <code>constant_pool</code> table,
  +     *          or zero if this exception handler is for all exceptions.
        */
       public int catchType(int nth) {
           ExceptionTableEntry e = (ExceptionTableEntry)entries.get(nth);
  
  
  



More information about the jboss-cvs-commits mailing list