Remove redundant import

This commit is contained in:
aherbert 2020-06-18 11:49:20 +01:00
parent f53ff8cc20
commit 093dd682d2
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
import java.util.function.LongConsumer;
import org.apache.commons.lang3.concurrent.Locks;
import org.apache.commons.lang3.concurrent.Locks.Lock;
import org.apache.commons.lang3.function.FailableConsumer;
import org.junit.jupiter.api.Test;