From b14a1f32026be6669b08e0d82ffbf97b3c6415a3 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Thu, 24 Sep 2020 20:55:14 +0200 Subject: [PATCH] API doc --- src/de/inetsoftware/jwebassembly/module/ClassFileLoader.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/de/inetsoftware/jwebassembly/module/ClassFileLoader.java b/src/de/inetsoftware/jwebassembly/module/ClassFileLoader.java index 95b74e2..cb253ec 100644 --- a/src/de/inetsoftware/jwebassembly/module/ClassFileLoader.java +++ b/src/de/inetsoftware/jwebassembly/module/ClassFileLoader.java @@ -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