diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2005-10-31 16:48:44 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2005-10-31 16:48:44 +0000 |
commit | bfdfdff690cdf56edb25ef28740da13dc2c86785 (patch) | |
tree | 835c3b9dae546c7e74e820670ba76569d62d165b /Readme.html | |
parent | 361e1587797db769c1688f40e9f1cd4a9156701c (diff) | |
download | javassist-bfdfdff690cdf56edb25ef28740da13dc2c86785.tar.gz javassist-bfdfdff690cdf56edb25ef28740da13dc2c86785.zip |
added makeUniqueName() in CtClass.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@215 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Readme.html b/Readme.html index e5dec48f..8cbfa2b9 100644 --- a/Readme.html +++ b/Readme.html @@ -287,6 +287,8 @@ see javassist.Dump. <li>getEnclosingClass() in javassist.CtClass was renamed to getEnclosingMethod(). <li>toMethod() in javassist.CtConstructor has been implemented. + <li>javassist.preproc package was elminated and the source was + moved to the sample directory. </ul> <p>- version 3.1 RC2 in September 7, 2005 |