diff options
-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> |