diff options
author | Shigeru Chiba <chibash@users.noreply.github.com> | 2016-07-14 23:49:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-14 23:49:43 +0900 |
commit | d753903f73c547954bb9c11260f7a64ac3652633 (patch) | |
tree | c023427e67bd8aa557be9ac3972d7e8a4d4fe15f /Readme.html | |
parent | 79785b83f263d90135dbcc5744deb44b27ae3665 (diff) | |
parent | 5e4572a90f9a11618f5a076ae573932b71a7e13e (diff) | |
download | javassist-d753903f73c547954bb9c11260f7a64ac3652633.tar.gz javassist-d753903f73c547954bb9c11260f7a64ac3652633.zip |
Merge pull request #88 from jboss-javassist/master
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> |