1
0

[MINOR] fix typo. (#2804)

This commit is contained in:
Roc Marshal
2021-04-11 10:31:07 +08:00
committed by GitHub
parent 8d4a7fe33e
commit b554835053

View File

@@ -81,7 +81,7 @@ public class ReflectionUtils {
}
/**
* Creates an instnace of the given class. Use this version when dealing with interface types as constructor args.
* Creates an instance of the given class. Use this version when dealing with interface types as constructor args.
*/
public static Object loadClass(String clazz, Class<?>[] constructorArgTypes, Object... constructorArgs) {
try {