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
This commit is contained in:
parent
f2e3665185
commit
487c19f04f
|
@ -1078,9 +1078,6 @@ public final class CSVFormat implements Serializable {
|
|||
/**
|
||||
* Sets skipping the header record to {@code true}.
|
||||
*
|
||||
* @param skipHeaderRecord
|
||||
* whether to skip the header record.
|
||||
*
|
||||
* @return A new CSVFormat that is equal to this but with the the specified skipHeaderRecord setting.
|
||||
* @see #withSkipHeaderRecord(boolean)
|
||||
* @see #withHeader(String...)
|
||||
|
|
Loading…
Reference in New Issue