Skip to content

Commit f71f542

Browse files
committed
chore: 删除多余的包导入
1 parent cd6ae66 commit f71f542

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/github/talelin/latticy/common/exception/RestExceptionHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import javax.servlet.http.HttpServletRequest;
2727
import javax.servlet.http.HttpServletResponse;
2828
import javax.validation.ConstraintViolationException;
29-
import java.lang.reflect.Constructor;
3029
import java.lang.reflect.InvocationTargetException;
3130
import java.util.HashMap;
3231
import java.util.List;

src/main/java/io/github/talelin/latticy/common/util/ResponseUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
/**
1616
* 响应结果生成工具
17+
* @author pedro@TaleLin
1718
*/
1819
@SuppressWarnings("unchecked")
1920
@Slf4j

0 commit comments

Comments
 (0)