移除未使用到的import

This commit is contained in:
handy
2023-09-14 16:56:06 +08:00
parent bf62494be0
commit b119d65006
21 changed files with 5 additions and 31 deletions

View File

@@ -1,6 +1,5 @@
package cn.hutool.json;
import cn.hutool.core.lang.Console;
import cn.hutool.core.lang.Filter;
import cn.hutool.core.lang.mutable.Mutable;
import cn.hutool.core.lang.mutable.MutablePair;

View File

@@ -12,7 +12,6 @@
package cn.hutool.json;
import cn.hutool.core.lang.Console;
import cn.hutool.core.util.XmlUtil;
import lombok.Data;
import org.junit.Assert;

View File

@@ -12,8 +12,6 @@
package cn.hutool.json;
import cn.hutool.core.lang.Console;
import cn.hutool.core.lang.TypeReference;
import lombok.Data;
import org.junit.Assert;
import org.junit.Test;