This commit is contained in:
Volker Berlin 2020-09-24 20:55:14 +02:00
parent 3cf999510b
commit b14a1f3202

View File

@ -64,7 +64,7 @@ public class ClassFileLoader {
* Get the ClassFile from cache or load it.
*
* @param className
* the class name
* the class name like "java/lang/Object"
* @return the ClassFile or null
* @throws IOException
* If any I/O error occur
@ -120,7 +120,7 @@ public class ClassFileLoader {
* Add a partial class with the given instance to the loader cache.
*
* @param className
* the name of the class to replace
* the name of the class to replace like "java/lang/String"
* @param partialClassFile
* the partial ClassFile
* @throws IOException