From: chiba Date: Tue, 9 Sep 2008 10:32:05 +0000 (+0000) Subject: The method implicitly appended by CtNewMethod.wrapped() now has a synthetic attribute. X-Git-Tag: rel_3_17_1_ga~189 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e508ad78ca0df9329dcf4873f4e4614e31e4a1bc;p=javassist.git The method implicitly appended by CtNewMethod.wrapped() now has a synthetic attribute. git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@456 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- diff --git a/Readme.html b/Readme.html index 890b39e4..a1310be6 100644 --- a/Readme.html +++ b/Readme.html @@ -283,7 +283,8 @@ see javassist.Dump.

-version 3.9

diff --git a/src/main/javassist/CtNewMethod.java b/src/main/javassist/CtNewMethod.java index 0e36ce75..2911484a 100644 --- a/src/main/javassist/CtNewMethod.java +++ b/src/main/javassist/CtNewMethod.java @@ -357,7 +357,7 @@ public class CtNewMethod { * Creates a wrapped method. The wrapped method receives parameters * in the form of an array of Object. * - *

The body of the created method is a copy of the body of a method + *

The body of the created method is a copy of the body of the method * specified by body. However, it is wrapped in * parameter-conversion code. * @@ -423,7 +423,7 @@ public class CtNewMethod { *