git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635120 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-10-29 12:59:08 +00:00
parent 3abd9b380a
commit 4ff00a0139
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ final class Lexer implements Closeable {
/** The input stream */
private final ExtendedBufferedReader reader;
/** INTERNAL API. but ctor needs to be called dynamically by PerformanceTest class */
/** INTERNAL API. but ctor needs to be called dynamically by {@link PerformanceTest} class */
Lexer(final CSVFormat format, final ExtendedBufferedReader reader) {
this.reader = reader;
this.delimiter = format.getDelimiter();