File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments