This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
commit a557344f3d2f5b9c2f58a8859533914772a2dbf1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 7 15:37:28 2025 -0500 Javadoc --- src/main/java/org/apache/commons/csv/CSVFormat.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java b/src/main/java/org/apache/commons/csv/CSVFormat.java index ea1613ba..1db9b595 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -744,6 +744,9 @@ public final class CSVFormat implements Serializable { /** * Sets the maximum number of rows to process, excluding the header row. + * <p> + * Values less than or equal to 0 mean no limit. + * </p> * * @param maxRows the maximum number of rows to process, excluding the header row. * @return This instance. @@ -1921,6 +1924,9 @@ public final class CSVFormat implements Serializable { /** * Gets the maximum number of rows to process, excluding the header row. + * <p> + * Values less than or equal to 0 mean no limit. + * </p> * * @return The maximum number of rows to process, excluding the header row. * @since 1.14.0