We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f0e1d commit a557344Copy full SHA for a557344
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -744,6 +744,9 @@ public Builder setLenientEof(final boolean lenientEof) {
744
745
/**
746
* Sets the maximum number of rows to process, excluding the header row.
747
+ * <p>
748
+ * Values less than or equal to 0 mean no limit.
749
+ * </p>
750
*
751
* @param maxRows the maximum number of rows to process, excluding the header row.
752
* @return This instance.
@@ -1921,6 +1924,9 @@ public boolean getLenientEof() {
1921
1924
1922
1925
1923
1926
* Gets the maximum number of rows to process, excluding the header row.
1927
1928
1929
1930
1931
* @return The maximum number of rows to process, excluding the header row.
1932
* @since 1.14.0
0 commit comments