From e508ad78ca0df9329dcf4873f4e4614e31e4a1bc Mon Sep 17 00:00:00 2001 From: chiba Date: Tue, 9 Sep 2008 10:32:05 +0000 Subject: 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 --- src/main/javassist/CtNewMethod.java | 4 ++-- src/main/javassist/CtNewWrappedMethod.java | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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 { *