Typo: 'JavaDoc' -> 'Javadoc'.
This commit is contained in:
parent
00583b2ad9
commit
c00f4d426e
|
@ -55,7 +55,7 @@ Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
More information can be found on the [Apache Commons CSV homepage](https://commons.apache.org/proper/commons-csv).
|
More information can be found on the [Apache Commons CSV homepage](https://commons.apache.org/proper/commons-csv).
|
||||||
The [JavaDoc](https://commons.apache.org/proper/commons-csv/javadocs/api-release) can be browsed.
|
The [Javadoc](https://commons.apache.org/proper/commons-csv/javadocs/api-release) can be browsed.
|
||||||
Questions related to the usage of Apache Commons CSV should be posted to the [user mailing list][ml].
|
Questions related to the usage of Apache Commons CSV should be posted to the [user mailing list][ml].
|
||||||
|
|
||||||
Where can I get the latest release?
|
Where can I get the latest release?
|
||||||
|
|
|
@ -99,7 +99,7 @@ import java.util.TreeMap;
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* If the predefined formats don't match the format at hands, custom formats can be defined. More information about
|
* If the predefined formats don't match the format at hands, custom formats can be defined. More information about
|
||||||
* customising CSVFormats is available in {@link CSVFormat CSVFormat JavaDoc}.
|
* customising CSVFormats is available in {@link CSVFormat CSVFormat Javadoc}.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* <h2>Parsing into memory</h2>
|
* <h2>Parsing into memory</h2>
|
||||||
|
|
Loading…
Reference in New Issue