Skip to content

Commit ea13687

Browse files
committed
The the patrol.
1 parent 98d4407 commit ea13687

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
@@ -1943,7 +1943,7 @@ public CSVFormat withRecordSeparator(final String recordSeparator) {
19431943
/**
19441944
* Returns a new {@code CSVFormat} with skipping the header record set to {@code true}.
19451945
*
1946-
* @return A new CSVFormat that is equal to this but with the the specified skipHeaderRecord setting.
1946+
* @return A new CSVFormat that is equal to this but with the specified skipHeaderRecord setting.
19471947
* @see #withSkipHeaderRecord(boolean)
19481948
* @see #withHeader(String...)
19491949
* @since 1.1
@@ -1958,7 +1958,7 @@ public CSVFormat withSkipHeaderRecord() {
19581958
* @param skipHeaderRecord
19591959
* whether to skip the header record.
19601960
*
1961-
* @return A new CSVFormat that is equal to this but with the the specified skipHeaderRecord setting.
1961+
* @return A new CSVFormat that is equal to this but with the specified skipHeaderRecord setting.
19621962
* @see #withHeader(String...)
19631963
*/
19641964
public CSVFormat withSkipHeaderRecord(final boolean skipHeaderRecord) {

0 commit comments

Comments
 (0)