From 58dbdefaf27f9c4bd3c5beb2cd0ab4e7bcaa25da Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 21 Aug 2024 09:28:53 -0400 Subject: [PATCH] Fix documentation for CSVFormat private constructor #466 --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9fdd6f1e..a6815f7c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,7 +46,8 @@ Fix PMD issues for port to PMD 7.1.0. Fix some Javadoc links #442. Extract duplicated code into a method #444. - Migrate CSVFormat#print(File, Charset) to NIO #445. + Migrate CSVFormat#print(File, Charset) to NIO #445. + Fix documentation for CSVFormat private constructor #466. Bump commons-codec:commons-codec from 1.16.1 to 1.17.1 #422, #449. Bump org.apache.commons:commons-parent from 69 to 73 #435, #452, #465.