Skip to content

Commit a557344

Browse files
committed
Javadoc
1 parent 30f0e1d commit a557344

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)