🔨 规范代码

This commit is contained in:
zhaojun
2022-08-11 21:06:40 +08:00
parent edf43954c6
commit f8f07912a1
2 changed files with 2 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ import java.util.concurrent.ConcurrentHashMap;
/**
* 每个存储源对应一个 Service, 其中初始化好了与对象存储的配置信息.
* 此存储源上下文环境用户缓存每个 Service, 避免重复初始化.
*
* 依赖 {@link FlywayDbInitializer} 初始化数据库后执行.
*
* @author zhaojun

View File

@@ -1,7 +1,6 @@
package im.zhaojun.zfile.common.util;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
/**
@@ -25,4 +24,4 @@ public class ClassUtils {
return (Class<?>) actualTypeArgument;
}
}
}