Browse Source

for 3.3 release


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@312 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 17 years ago
parent
commit
3e942c58be
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Readme.html

+ 2
- 2
Readme.html View File

@@ -281,12 +281,12 @@ see javassist.Dump.

<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).


Loading…
Cancel
Save