aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2006-01-01 17:11:09 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2006-01-01 17:11:09 +0000
commita52aa9270535cf1d07bce643baa37911441e61f8 (patch)
tree6a2e246dc658c6b81a218595c43a7dce0e57fbcb /tutorial
parent23e4e9827e54ab6cd1980787a293f9957264e024 (diff)
downloadjavassist-a52aa9270535cf1d07bce643baa37911441e61f8.tar.gz
javassist-a52aa9270535cf1d07bce643baa37911441e61f8.zip
renamed javassist.tool to javassist.tools
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@229 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/tutorial.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html
index b1541770..b68677ee 100644
--- a/tutorial/tutorial.html
+++ b/tutorial/tutorial.html
@@ -1074,7 +1074,7 @@ They have the same set of methods and fields.
<p>Javassist provides a convenient class for reloading a class at runtime.
For more information, see the API documentation of
-<code>javassist.tool.HotSwapper</code>.
+<code>javassist.tools.HotSwapper</code>.
<p><br>