Organize imports

This commit is contained in:
Gary Gregory 2023-04-23 15:28:29 -04:00
parent 918874b842
commit 457d44e955
1 changed files with 1 additions and 1 deletions

View File

@ -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;