Skip to content

Commit

Permalink
🔨 规范代码
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojun1998 committed Aug 11, 2022
1 parent edf4395 commit f8f0791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
/**
* 每个存储源对应一个 Service, 其中初始化好了与对象存储的配置信息.
* 此存储源上下文环境用户缓存每个 Service, 避免重复初始化.
*
* 依赖 {@link FlywayDbInitializer} 初始化数据库后执行.
*
* @author zhaojun
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/im/zhaojun/zfile/common/util/ClassUtils.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package im.zhaojun.zfile.common.util;

import java.lang.reflect.ParameterizedType;

import java.lang.reflect.Type;

/**
Expand All @@ -25,4 +24,4 @@ public static Class<?> getClassFirstGenericsParam(Class<?> clazz) {
return (Class<?>) actualTypeArgument;
}

}
}

0 comments on commit f8f0791

Please sign in to comment.