This is an automated email from the ASF dual-hosted git repository.
ggregory 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 864e300c Javadoc
864e300c is described below
commit 864e300c7055993dd3570f94b2a99f2e384ae5fd
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat Nov 1 06:49:32 2025 -0400
Javadoc
---
src/test/java/org/apache/commons/csv/CSVPrinterTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test/java/org/apache/commons/csv/CSVPrinterTest.java
b/src/test/java/org/apache/commons/csv/CSVPrinterTest.java
index 341091e5..ed88d837 100644
--- a/src/test/java/org/apache/commons/csv/CSVPrinterTest.java
+++ b/src/test/java/org/apache/commons/csv/CSVPrinterTest.java
@@ -157,8 +157,8 @@ class CSVPrinterTest {
}
/**
- * Converts an input CSV array into expected output values WRT NULLs. NULL
strings are converted to null values because the parser will convert these
- * strings to null.
+ * Converts an input CSV array into expected output values, including
NULLs. NULL strings are converted to null values because the parser will convert
+ * these strings to null.
*/
private <T> T[] expectNulls(final T[] original, final CSVFormat csvFormat)
{
final T[] fixed = original.clone();