This is an automated email from the ASF dual-hosted git repository.
aherbert 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 3586d1a Remove unused import
3586d1a is described below
commit 3586d1a542d72d0a16e0f066ef4a3f883865d040
Author: Alex Herbert <[email protected]>
AuthorDate: Wed Aug 25 07:52:29 2021 +0100
Remove unused import
---
src/test/java/org/apache/commons/lang3/function/BooleanConsumerTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/lang3/function/BooleanConsumerTest.java
b/src/test/java/org/apache/commons/lang3/function/BooleanConsumerTest.java
index 2f7a906..247a07b 100644
--- a/src/test/java/org/apache/commons/lang3/function/BooleanConsumerTest.java
+++ b/src/test/java/org/apache/commons/lang3/function/BooleanConsumerTest.java
@@ -22,7 +22,6 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;
import java.util.concurrent.atomic.AtomicBoolean;
-import java.util.concurrent.atomic.AtomicInteger;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;