diff options
author | chibash <chiba@javassist.org> | 2015-09-25 15:08:57 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2015-09-25 15:08:57 +0900 |
commit | e44bf416bf4f7d705deef9f9243197d4fff9f2d0 (patch) | |
tree | 6a97f1fbf68ecae275e827abf0545f006eb4130d /Readme.html | |
parent | 5bbbcdf552934c72b71f15bf97a35d853d309236 (diff) | |
download | javassist-e44bf416bf4f7d705deef9f9243197d4fff9f2d0.tar.gz javassist-e44bf416bf4f7d705deef9f9243197d4fff9f2d0.zip |
fixes JIRA JASSIST-248.
Javassist cannot compile super.m() if m is a default method
declared in an interface.
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.html b/Readme.html index c646c9a6..c3046502 100644 --- a/Readme.html +++ b/Readme.html @@ -283,7 +283,7 @@ see javassist.Dump. <p>-version 3.21 <ul> -<li>JIRA JASSIST-244 +<li>JIRA JASSIST-244, 248 </ul> </p> |