Creation of CSVParser instances is now documented at the begining of the JavaDoc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1522824 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-09-13 09:14:22 +00:00
parent e9ff3ef208
commit 7ab4840ba4
1 changed files with 0 additions and 3 deletions

View File

@ -90,9 +90,6 @@ import java.util.NoSuchElementException;
* List<CSVRecord> list = parser.getRecords();
* </pre>
* <p>
* See also the various static parse methods on this class.
* </p>
* <p>
* Internal parser state is completely covered by the format and the reader-state.
* </p>
*