Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit dae9b1f

Browse files
committed
Javadoc: Fix format nit in code example
1 parent 560a699 commit dae9b1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
* For those who like fluent APIs, parsers can be created using {@link CSVFormat#parse(java.io.Reader)} as a shortcut:
7373
* </p>
7474
* <pre>
75-
* for(CSVRecord record : CSVFormat.EXCEL.parse(in)) {
75+
* for (CSVRecord record : CSVFormat.EXCEL.parse(in)) {
7676
* ...
7777
* }
7878
* </pre>

0 commit comments

Comments
 (0)