diff options
author | Shigeru Chiba <chibash@users.noreply.github.com> | 2023-12-16 22:02:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 22:02:41 +0900 |
commit | 8cd171c4db6a46327a6f25d813567e3c477a6566 (patch) | |
tree | 738e377ee1d4b18d8140e8fb4ea0fd4db20752be | |
parent | fbd20b1e112b3e74f6d970a8ced839e8ee0bab87 (diff) | |
parent | a8edcb2fe448e20140b9c249e24e5428177d397d (diff) | |
download | javassist-8cd171c4db6a46327a6f25d813567e3c477a6566.tar.gz javassist-8cd171c4db6a46327a6f25d813567e3c477a6566.zip |
Merge pull request #468 from vimfun/patch-1
Update tutorial.html: `javassist.util.HotSwapper`
-rw-r--r-- | tutorial/tutorial.html | 2 |
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> |