From 4711c16a90bf15825d6fa84011d546e163431f74 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Sat, 21 May 2016 07:12:38 +0000 Subject: [PATCH] Update an issue type. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744857 13f79535-47bb-0310-9956-ffa450edef68 --- 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 601d54a2..4131edaa 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -40,7 +40,7 @@ Make CSVPrinter.print(Object) GC-free. - Allow some printing operations directly from CSVFormat. + Allow some printing operations directly from CSVFormat. Add shortcut method for using first record as header to CSVFormat