Skip to content

Commit 487c19f

Browse files
committed
Remove JavaDoc for parameter, since the documented method does not take parameters.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1630579 13f79535-47bb-0310-9956-ffa450edef68
1 parent f2e3665 commit 487c19f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,9 +1078,6 @@ public CSVFormat withRecordSeparator(final String recordSeparator) {
10781078
/**
10791079
* Sets skipping the header record to {@code true}.
10801080
*
1081-
* @param skipHeaderRecord
1082-
* whether to skip the header record.
1083-
*
10841081
* @return A new CSVFormat that is equal to this but with the the specified skipHeaderRecord setting.
10851082
* @see #withSkipHeaderRecord(boolean)
10861083
* @see #withHeader(String...)

0 commit comments

Comments
 (0)