File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/main/java/org/apache/commons/csv Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -744,6 +744,9 @@ public Builder setLenientEof(final boolean lenientEof) {
744744
745745 /**
746746 * 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>
747750 *
748751 * @param maxRows the maximum number of rows to process, excluding the header row.
749752 * @return This instance.
@@ -1921,6 +1924,9 @@ public boolean getLenientEof() {
19211924
19221925 /**
19231926 * Gets the maximum number of rows to process, excluding the header row.
1927+ * <p>
1928+ * Values less than or equal to 0 mean no limit.
1929+ * </p>
19241930 *
19251931 * @return The maximum number of rows to process, excluding the header row.
19261932 * @since 1.14.0
You can’t perform that action at this time.
0 commit comments