mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix code
This commit is contained in:
parent
4aeaa4cf1b
commit
96e024bb02
@ -746,7 +746,7 @@ public class ClassUtil {
|
||||
* @param isInitialized 是否初始化
|
||||
* @param loader {@link ClassLoader},{@code null}表示默认
|
||||
* @return 指定名称对应的类,如果不存在类,返回{@code null}
|
||||
* @link Class#forName(String, boolean, ClassLoader)}
|
||||
* @see Class#forName(String, boolean, ClassLoader)
|
||||
*/
|
||||
public static Class<?> forName(String name, final boolean isInitialized, ClassLoader loader) {
|
||||
if(null == loader){
|
||||
|
Loading…
x
Reference in New Issue
Block a user