Drop Javadoc as proposed by Benedikt Ritter on the ML.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-10-30 14:01:43 +00:00
parent 5d3f0ec394
commit a7c3ae2cfd
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ final class Lexer implements Closeable {
/** The input stream */
private final ExtendedBufferedReader reader;
/** 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();