]> source.dussan.org Git - javassist.git/commitdiff
Update tutorial.html: `javassist.util.HotSwapper` 468/head
author⸮o-o ? 林 <851484+vimfun@users.noreply.github.com>
Mon, 11 Dec 2023 07:19:07 +0000 (15:19 +0800)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2023 07:19:07 +0000 (15:19 +0800)
The code path is fixed.

tutorial/tutorial.html

index b8110390e473e38eb7a54bd1b6a4f20f4da29952..27571da59af5d16f9a4fead045b8899bc2489cc7 100644 (file)
@@ -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>