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-csv.git
The following commit(s) were added to refs/heads/master by this push: new 1c0a8f12 Fix typo 1c0a8f12 is described below commit 1c0a8f12e644a51b2fb160332b5035898e924dc9 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Sat Oct 22 18:39:16 2022 +0100 Fix typo --- src/test/java/org/apache/commons/csv/CSVDuplicateHeaderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/csv/CSVDuplicateHeaderTest.java b/src/test/java/org/apache/commons/csv/CSVDuplicateHeaderTest.java index 023f54ee..aba2a607 100644 --- a/src/test/java/org/apache/commons/csv/CSVDuplicateHeaderTest.java +++ b/src/test/java/org/apache/commons/csv/CSVDuplicateHeaderTest.java @@ -96,7 +96,7 @@ public class CSVDuplicateHeaderTest { } /** - * Test duplicate headers with the CSVParser. + * Test duplicate headers with the CSVFormat. * * @param duolicateHeaderMode the duolicate header mode * @param allowMissingColumnNames the allow missing column names flag