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

Shigeru Chiba chiba at is.titech.ac.jp
Fri Jun 13 06:31:52 EDT 2008


  User: chiba   
  Date: 08/06/13 06:31:52

  Modified:    src/main/javassist/bytecode  Descriptor.java
  Log:
  for 3.8.0.GA release
  
  Revision  Changes    Path
  1.23      +1 -1      javassist/src/main/javassist/bytecode/Descriptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Descriptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/Descriptor.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- Descriptor.java	1 May 2008 10:47:58 -0000	1.22
  +++ Descriptor.java	13 Jun 2008 10:31:52 -0000	1.23
  @@ -358,7 +358,7 @@
        * the last parameter.
        *
        * @param type      the type of the appended parameter.
  -     * @param desc      descriptor
  +     * @param descriptor      the original descriptor.
        */
       public static String appendParameter(CtClass type, String descriptor) {
           int i = descriptor.indexOf(')');
  
  
  



More information about the jboss-cvs-commits mailing list