Fix checkstyle, remove unused imports

This commit is contained in:
Bruno P. Kinoshita 2021-10-09 21:54:30 +13:00
parent cee61e4b76
commit ccc8f421b1

View File

@ -17,8 +17,6 @@
package org.apache.commons.collections4.list;
import org.apache.commons.collections4.set.UnmodifiableSet;
import org.junit.Assert;
import org.junit.jupiter.api.Assertions;
import java.util.*;