[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Wed Aug 16 11:47:17 EDT 2006


  User: chiba   
  Date: 06/08/16 11:47:17

  Modified:    javassist  Readme.html
  Log:
  for 3.3 release
  
  Revision  Changes    Path
  1.75      +2 -2      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.74
  retrieving revision 1.75
  diff -u -b -r1.74 -r1.75
  --- Readme.html	11 Aug 2006 04:22:50 -0000	1.74
  +++ Readme.html	16 Aug 2006 15:47:17 -0000	1.75
  @@ -281,12 +281,12 @@
   
   <h2>Changes</h2>
   
  -<p>-version 3.3
  +<p>-version 3.3 on August 16, 2006
   <ul>
       <li>CtClass#toClass() and ClassPool#toClass() were modified to accept a
       <code>ProtectionDomain</code>
       (<a href="http://jira.jboss.com/jira/browse/JASSIST-23">JASSIST-23</a>).
  -    ClassPool#toClass(CtClass, ClassLoader) is now a final method.  All
  +    Now ClassPool#toClass(CtClass, ClassLoader) should not be overridden.  All
       subclasses of ClassPool must override toClass(CtClass, ClassLoader,
       ProtectionDomain).
   
  
  
  



More information about the jboss-cvs-commits mailing list