From bd0d1580a7f9f92558eabe7b1fe9f49b259203e4 Mon Sep 17 00:00:00 2001 From: chiba Date: Mon, 31 Jan 2005 14:09:56 +0000 Subject: Added javadoc comments. git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@157 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- tutorial/tutorial3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorial/tutorial3.html') diff --git a/tutorial/tutorial3.html b/tutorial/tutorial3.html index af0a4c1b..635e01b6 100644 --- a/tutorial/tutorial3.html +++ b/tutorial/tutorial3.html @@ -84,7 +84,7 @@ In other words, a FieldInfo (or MethodInfo etc.) objec must not be shared among different ClassFile objects.

-To remove a field or a method, +To remove a field or a method from a ClassFile object, you must first obtain a java.util.List object containing all the fields of the class. getFields() and getMethods() return the lists. A field or a method can -- cgit v1.2.3