diff options
author | chibash <chiba@javassist.org> | 2016-07-14 23:36:15 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2016-07-14 23:36:15 +0900 |
commit | 5e4572a90f9a11618f5a076ae573932b71a7e13e (patch) | |
tree | e2e17950176696d9bedabdfdeb577da7ac297017 /Readme.html | |
parent | aabe16cc1bc7722a83d9d4d10a5e5340c7125836 (diff) | |
download | javassist-5e4572a90f9a11618f5a076ae573932b71a7e13e.tar.gz javassist-5e4572a90f9a11618f5a076ae573932b71a7e13e.zip |
fixes many compatibility problems with older Java (i.e. 1.4)
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 7290c099..3015f7ad 100644 --- a/Readme.html +++ b/Readme.html @@ -284,6 +284,8 @@ see javassist.Dump. <p>-version 3.21 <ul> <li>JIRA JASSIST-244, 245, 248, 250, 255, 256, 259, 262. +<li><code>javassist.tools.Callback</code> was modified to be Java 1.4 compatible. +The parameter type of <code>Callback#result()</code> was changed. </ul> </p> |