Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 0956f6e

Browse files
committed
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
1 parent e2e8c25 commit 0956f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class CSVFormat implements Serializable {
6666
.build();
6767

6868
/**
69-
* Standard comma separated format, as for {@link #RFC4180} but allowing blank lines.
69+
* Standard comma separated format, as for {@link #RFC4180} but allowing empty lines.
7070
* <ul>
7171
* <li>withDelimiter(',')</li>
7272
* <li>withQuoteChar('"')</li>

0 commit comments

Comments
 (0)