mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-16 15:07:07 +00:00
Javadoc: Fix format nit in code example
This commit is contained in:
parent
560a699978
commit
dae9b1fa1b
@ -72,7 +72,7 @@ import org.apache.commons.io.function.Uncheck;
|
||||
* For those who like fluent APIs, parsers can be created using {@link CSVFormat#parse(java.io.Reader)} as a shortcut:
|
||||
* </p>
|
||||
* <pre>
|
||||
* for(CSVRecord record : CSVFormat.EXCEL.parse(in)) {
|
||||
* for (CSVRecord record : CSVFormat.EXCEL.parse(in)) {
|
||||
* ...
|
||||
* }
|
||||
* </pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user