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:
|
* For those who like fluent APIs, parsers can be created using {@link CSVFormat#parse(java.io.Reader)} as a shortcut:
|
||||||
* </p>
|
* </p>
|
||||||
* <pre>
|
* <pre>
|
||||||
* for(CSVRecord record : CSVFormat.EXCEL.parse(in)) {
|
* for (CSVRecord record : CSVFormat.EXCEL.parse(in)) {
|
||||||
* ...
|
* ...
|
||||||
* }
|
* }
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
Loading…
Reference in New Issue