[MINOR] fix typo. (#2804)
This commit is contained in:
@@ -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) {
|
public static Object loadClass(String clazz, Class<?>[] constructorArgTypes, Object... constructorArgs) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user