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:
Benedikt Ritter 2014-10-09 20:01:41 +00:00
parent f2e3665185
commit 487c19f04f
1 changed files with 0 additions and 3 deletions

View File

@ -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...)