[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Tue Sep 9 06:32:05 EDT 2008


  User: chiba   
  Date: 08/09/09 06:32:05

  Modified:    javassist  Readme.html
  Log:
  The method implicitly appended by CtNewMethod.wrapped() now has a synthetic attribute.
  
  Revision  Changes    Path
  1.99      +2 -1      javassist/Readme.html
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Readme.html
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/Readme.html,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -b -r1.98 -r1.99
  --- Readme.html	9 Sep 2008 10:31:17 -0000	1.98
  +++ Readme.html	9 Sep 2008 10:32:05 -0000	1.99
  @@ -283,7 +283,8 @@
   
   <p>-version 3.9
   <ul>
  -	<li>CtNewMethod.wrapped(..) implicitly appends a method like _added_m$0.
  +	<li>CtNewMethod.wrapped(..) and CtNewConstructor.wrapped(..)
  +	implicitly append a method like _added_m$0.
   	This method now has a synthetic attribute.
   </ul>
   
  
  
  



More information about the jboss-cvs-commits mailing list