From a8edcb2fe448e20140b9c249e24e5428177d397d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E2=B8=AEo-o=E2=80=89=3F=20=E6=9E=97?= <851484+vimfun@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:19:07 +0800 Subject: [PATCH] Update tutorial.html: `javassist.util.HotSwapper` The code path is fixed. --- tutorial/tutorial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.


-- 2.39.5