From 50d727fc6440d157013ad536809f4463715de0b2 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 14 Jun 2019 20:19:22 -0400 Subject: [PATCH] End descriptions with a period. --- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5294e07f..d9cd5cf9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -39,8 +39,8 @@ - CSVFormat withTrim() and withIgnoreSurroundingSpaces() need better docs - CSVFormat equals() and hashCode() don't use all fields + CSVFormat withTrim() and withIgnoreSurroundingSpaces() need better docs. + CSVFormat equals() and hashCode() don't use all fields. CSVFormat#valiadte() does not account for allowDuplicateHeaderNames #43.