Author: ggregory
Date: Thu Oct 30 14:01:43 2014
New Revision: 1635502
URL: http://svn.apache.org/r1635502
Log:
Drop Javadoc as proposed by Benedikt Ritter on the ML.
Modified:
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java
Modified:
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java
URL:
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java?rev=1635502&r1=1635501&r2=1635502&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java
(original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java
Thu Oct 30 14:01:43 2014
@@ -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();