Remove redundant import

This commit is contained in:
aherbert 2020-06-18 11:49:20 +01:00
parent f53ff8cc20
commit 093dd682d2

View File

@ -20,7 +20,6 @@
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;