From af7103e014984f7d6ac5dc807e85b2f88685bd94 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 20 Dec 2019 22:55:16 -0500 Subject: [PATCH] Fix typo. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 386652d4..6dca5d06 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,7 +43,7 @@ Test case failures following CSVFormat#equals() update. CSVFormat withTrim() and withIgnoreSurroundingSpaces() need better docs. CSVFormat equals() and hashCode() don't use all fields. - CSVFormat#valiadte() does not account for allowDuplicateHeaderNames #43. + CSVFormat#validate() does not account for allowDuplicateHeaderNames #43. Post 1.7 release fixes. Upgrade test framework to JUnit 5 Jupiter #49, #50. A single empty header is allowed when not allowing empty column headers. #47.