aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author⸮o-o ? 林 <851484+vimfun@users.noreply.github.com>2023-12-11 15:19:07 +0800
committerGitHub <noreply@github.com>2023-12-11 15:19:07 +0800
commita8edcb2fe448e20140b9c249e24e5428177d397d (patch)
tree738e377ee1d4b18d8140e8fb4ea0fd4db20752be
parentfbd20b1e112b3e74f6d970a8ced839e8ee0bab87 (diff)
downloadjavassist-a8edcb2fe448e20140b9c249e24e5428177d397d.tar.gz
javassist-a8edcb2fe448e20140b9c249e24e5428177d397d.zip
Update tutorial.html: `javassist.util.HotSwapper`
The code path is fixed.
-rw-r--r--tutorial/tutorial.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html
index b8110390..27571da5 100644
--- a/tutorial/tutorial.html
+++ b/tutorial/tutorial.html
@@ -1092,7 +1092,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.tools.HotSwapper</code>.
+<code>javassist.util.HotSwapper</code>.
<p><br>