This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new 8c696abe8 Remove unused import 8c696abe8 is described below commit 8c696abe85429fe72181ab5151a889b46bd8afb3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 27 07:16:34 2023 -0400 Remove unused import --- .../commons/lang3/concurrent/AtomicSafeInitializerSupplierTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/lang3/concurrent/AtomicSafeInitializerSupplierTest.java b/src/test/java/org/apache/commons/lang3/concurrent/AtomicSafeInitializerSupplierTest.java index 9bbfde19b..358f3cae5 100644 --- a/src/test/java/org/apache/commons/lang3/concurrent/AtomicSafeInitializerSupplierTest.java +++ b/src/test/java/org/apache/commons/lang3/concurrent/AtomicSafeInitializerSupplierTest.java @@ -22,7 +22,6 @@ import static org.junit.jupiter.api.Assertions.assertNull; import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicInteger; -import org.apache.commons.lang3.concurrent.AbstractConcurrentInitializerCloseAndExceptionsTest.CloseableObject; import org.apache.commons.lang3.function.FailableConsumer; import org.apache.commons.lang3.function.FailableSupplier; import org.junit.jupiter.api.BeforeEach;