The the patrol.

This commit is contained in:
Gary Gregory 2018-06-16 15:44:55 -06:00
parent 98d4407938
commit ea13687e66
1 changed files with 2 additions and 2 deletions

View File

@ -1943,7 +1943,7 @@ public final class CSVFormat implements Serializable {
/** /**
* Returns a new {@code CSVFormat} with skipping the header record set to {@code true}. * Returns a new {@code CSVFormat} with skipping the header record set to {@code true}.
* *
* @return A new CSVFormat that is equal to this but with the the specified skipHeaderRecord setting. * @return A new CSVFormat that is equal to this but with the specified skipHeaderRecord setting.
* @see #withSkipHeaderRecord(boolean) * @see #withSkipHeaderRecord(boolean)
* @see #withHeader(String...) * @see #withHeader(String...)
* @since 1.1 * @since 1.1
@ -1958,7 +1958,7 @@ public final class CSVFormat implements Serializable {
* @param skipHeaderRecord * @param skipHeaderRecord
* whether to skip the header record. * whether to skip the header record.
* *
* @return A new CSVFormat that is equal to this but with the the specified skipHeaderRecord setting. * @return A new CSVFormat that is equal to this but with the specified skipHeaderRecord setting.
* @see #withHeader(String...) * @see #withHeader(String...)
*/ */
public CSVFormat withSkipHeaderRecord(final boolean skipHeaderRecord) { public CSVFormat withSkipHeaderRecord(final boolean skipHeaderRecord) {