We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf4395 commit f8f0791Copy full SHA for f8f0791
src/main/java/im/zhaojun/zfile/common/context/StorageSourceContext.java
@@ -37,6 +37,7 @@
37
/**
38
* 每个存储源对应一个 Service, 其中初始化好了与对象存储的配置信息.
39
* 此存储源上下文环境用户缓存每个 Service, 避免重复初始化.
40
+ *
41
* 依赖 {@link FlywayDbInitializer} 初始化数据库后执行.
42
*
43
* @author zhaojun
src/main/java/im/zhaojun/zfile/common/util/ClassUtils.java
@@ -1,7 +1,6 @@
1
package im.zhaojun.zfile.common.util;
2
3
import java.lang.reflect.ParameterizedType;
4
-
5
import java.lang.reflect.Type;
6
7
@@ -25,4 +24,4 @@ public static Class<?> getClassFirstGenericsParam(Class<?> clazz) {
25
24
return (Class<?>) actualTypeArgument;
26
}
27
28
-}
+}
0 commit comments