Merge pull request #1617 from cal101/erefactor/v5-dev-project/1/jdt/jdt-RemoveUnusedImportCleanUp

[cleanup] erefactor/EclipseJdt - Remove unused imports
This commit is contained in:
Golden Looly 2021-06-06 07:53:50 +08:00 committed by GitHub
commit c9213075b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@ package cn.hutool.core.date;
import cn.hutool.core.collection.CollUtil;
import cn.hutool.core.date.BetweenFormatter.Level;
import cn.hutool.core.date.format.FastDateFormat;
import cn.hutool.core.lang.Console;
import cn.hutool.core.util.RandomUtil;
import org.junit.Assert;
import org.junit.Test;