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

Shigeru Chiba chiba at is.titech.ac.jp
Sun Mar 23 11:11:01 EDT 2008


  User: chiba   
  Date: 08/03/23 11:11:01

  Modified:    src/main/javassist/compiler  AccessorMaker.java
  Log:
  fixed JASSIST-57
  
  Revision  Changes    Path
  1.7       +1 -1      javassist/src/main/javassist/compiler/AccessorMaker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AccessorMaker.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/AccessorMaker.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- AccessorMaker.java	4 Jun 2007 03:11:09 -0000	1.6
  +++ AccessorMaker.java	23 Mar 2008 15:11:01 -0000	1.7
  @@ -89,7 +89,7 @@
        * @param accDesc   the descriptor of the accessor method.  The first
        *                  parameter type is <code>clazz</code>.
        *                  If the private method is static,
  -     *              <code>accDesc<code> must be equal to <code>desc</code>. 
  +     *              <code>accDesc<code> must be identical to <code>desc</code>. 
        *                  
        * @param orig      the method info of the private method.
        * @return
  
  
  



More information about the jboss-cvs-commits mailing list