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 5e869d20e Remove unused import
5e869d20e is described below
commit 5e869d20e5b73aec55a262799efbaa5239d4d249
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 27 07:15:30 2023 -0400
Remove unused import
---
.../apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
b/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
index f06fb1b17..d5ab0ae29 100644
---
a/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
+++
b/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
@@ -24,7 +24,6 @@ import static org.junit.jupiter.api.Assumptions.assumeTrue;
import java.text.DateFormatSymbols;
import java.text.ParseException;
import java.util.ArrayList;
-import java.util.Arrays;
import java.util.Comparator;
import java.util.Date;
import java.util.List;