This commit is contained in:
Looly 2025-11-30 16:21:22 +08:00
parent 882f3923ce
commit 8afee460fd

View File

@ -114,7 +114,7 @@ public final class CsvParser extends ComputeIter<CsvRow> implements Closeable, S
/** /**
* 读取下一行数据 * 读取下一行数据
* *
* @return CsvRow{@code null}表示 * @return CsvRow{@code null}表示读取结束
* @throws IORuntimeException IO读取异常 * @throws IORuntimeException IO读取异常
*/ */
public CsvRow nextRow() throws IORuntimeException { public CsvRow nextRow() throws IORuntimeException {