Skip to content

Commit 3296f59

Browse files
committed
Javadoc tweak
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1307042 13f79535-47bb-0310-9956-ffa450edef68
1 parent aae00f3 commit 3296f59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,11 +387,11 @@ String[] getHeader() {
387387
* Returns a copy of this format using the specified header. The header can
388388
* either be parsed automatically from the input file with:
389389
*
390-
* <pre>CSVFormat format = CSVFormat.DEFAULT.withHeader();</pre>
390+
* <pre>CSVFormat format = aformat.withHeader();</pre>
391391
*
392392
* or specified manually with:
393393
*
394-
* <pre>CSVFormat format = CSVFormat.DEFAULT.withHeader("name", "email", "phone");</pre>
394+
* <pre>CSVFormat format = aformat.withHeader("name", "email", "phone");</pre>
395395
*
396396
* @param header the header, <tt>null</tt> if disabled, empty if parsed automatically, user specified otherwise.
397397
*

0 commit comments

Comments
 (0)