From 0956f6e85dd5cb49f3e18dbbaf6c00335ecf108b Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Wed, 20 Mar 2013 05:09:48 +0000 Subject: [PATCH] Use the same wording in Javadoc as in the API name: "empty". git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1458635 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/csv/CSVFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java b/src/main/java/org/apache/commons/csv/CSVFormat.java index 629eae9f..3f032590 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -66,7 +66,7 @@ public class CSVFormat implements Serializable { .build(); /** - * Standard comma separated format, as for {@link #RFC4180} but allowing blank lines. + * Standard comma separated format, as for {@link #RFC4180} but allowing empty lines. *