diff options
author | chibash <chiba@javassist.org> | 2014-11-18 15:43:31 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2014-11-18 15:43:31 +0900 |
commit | a0f4d935a20ffeefcfe4c66730ec702b7fff0928 (patch) | |
tree | 397f4fda3ebba38bc3c83bb29f087a8caf5b4ab2 /Readme.html | |
parent | c988383c3921bfd26139c54d6ad4e8f95c48fa0f (diff) | |
download | javassist-a0f4d935a20ffeefcfe4c66730ec702b7fff0928.tar.gz javassist-a0f4d935a20ffeefcfe4c66730ec702b7fff0928.zip |
fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to its potential bug.
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 320660a0..354af82a 100644 --- a/Readme.html +++ b/Readme.html @@ -283,7 +283,7 @@ see javassist.Dump. <p>-version 3.19 <ul> -<li>JIRA JASSIST-158, 205, 206, 207, 211, 212, 216, 220, 223, 224, 227, 230, 234. +<li>JIRA JASSIST-158, 205, 206, 207, 211, 212, 216, 220, 223, 224, 227, 230, 234, 235. </ul> </p> |