Organize imports
This commit is contained in:
parent
918874b842
commit
457d44e955
|
@ -17,8 +17,8 @@
|
|||
package org.apache.commons.collections4.bloomfilter;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
import static org.junit.jupiter.api.Assertions.assertThrows;
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
import java.util.TreeSet;
|
||||
import java.util.function.IntPredicate;
|
||||
|
|
Loading…
Reference in New Issue