From: ⸮o-o ? 林 <851484+vimfun@users.noreply.github.com> Date: Mon, 11 Dec 2023 07:19:07 +0000 (+0800) Subject: Update tutorial.html: `javassist.util.HotSwapper` X-Git-Tag: rel_3_30_0_ga~3^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F468%2Fhead;p=javassist.git Update tutorial.html: `javassist.util.HotSwapper` The code path is fixed. --- 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.
Javassist provides a convenient class for reloading a class at runtime.
For more information, see the API documentation of
-javassist.tools.HotSwapper
.
+javassist.util.HotSwapper
.