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-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 476e883 Remove unused import.
476e883 is described below
commit 476e8830818f6f31481fa487cf62ffb407b2f4e2
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 19 19:50:41 2019 -0400
Remove unused import.
---
src/main/java/org/apache/commons/csv/CSVParser.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/csv/CSVParser.java
b/src/main/java/org/apache/commons/csv/CSVParser.java
index 7fd8292..a735df0 100644
--- a/src/main/java/org/apache/commons/csv/CSVParser.java
+++ b/src/main/java/org/apache/commons/csv/CSVParser.java
@@ -34,7 +34,6 @@ import java.nio.file.Path;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
-import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.NoSuchElementException;