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:
Benedikt Ritter 2013-09-13 09:28:05 +00:00
parent a12573e717
commit ffb63750e2
1 changed files with 2 additions and 4 deletions

View File

@ -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 {