Use @see tag to link to further documentation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1522829 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a12573e717
commit
ffb63750e2
|
@ -97,11 +97,9 @@ import java.util.NoSuchElementException;
|
|||
* Internal parser state is completely covered by the format and the reader-state.
|
||||
* </p>
|
||||
*
|
||||
* <p>
|
||||
* see <a href="package-summary.html">package documentation</a> for more details
|
||||
* </p>
|
||||
*
|
||||
* @version $Id$
|
||||
*
|
||||
* @see <a href="package-summary.html">package documentation for more details</a>
|
||||
*/
|
||||
public final class CSVParser implements Iterable<CSVRecord>, Closeable {
|
||||
|
||||
|
|
Loading…
Reference in New Issue