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
This commit is contained in:
Gary D. Gregory 2013-03-20 05:09:48 +00:00
parent e2e8c2523c
commit 0956f6e85d
1 changed files with 1 additions and 1 deletions

View File

@ -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.
* <ul>
* <li>withDelimiter(',')</li>
* <li>withQuoteChar('"')</li>