From e639e4cf386625a0714d8bb9686b91f943713357 Mon Sep 17 00:00:00 2001 From: chiba Date: Thu, 9 Sep 2010 17:27:32 +0000 Subject: fixed JASSIST-132 git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@572 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- tutorial/tutorial2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorial') diff --git a/tutorial/tutorial2.html b/tutorial/tutorial2.html index 65be0311..445fc90b 100644 --- a/tutorial/tutorial2.html +++ b/tutorial/tutorial2.html @@ -664,7 +664,7 @@ with a block:

so that the first parameter to move() is always 0. Note that the substituted code is not an expression but -a statement or a block. +a statement or a block. It cannot be or contain a try-catch statement.

The method instrument() searches a method body. If it finds an expression such as a method call, field access, and object -- cgit v1.2.3