aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2010-09-09 17:27:32 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2010-09-09 17:27:32 +0000
commite639e4cf386625a0714d8bb9686b91f943713357 (patch)
treef9c5226819f0ba3c045c68e04a383e759e4109fe /tutorial
parent6ff64121db30642bcfe4e6dbe3236873d52e8f6f (diff)
downloadjavassist-e639e4cf386625a0714d8bb9686b91f943713357.tar.gz
javassist-e639e4cf386625a0714d8bb9686b91f943713357.zip
fixed JASSIST-132
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@572 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/tutorial2.html2
1 files changed, 1 insertions, 1 deletions
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:
<p>so that the first parameter to <code>move()</code> 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.
<p>The method <code>instrument()</code> searches a method body.
If it finds an expression such as a method call, field access, and object