Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit a7c3ae2

Browse files
committed
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
1 parent 5d3f0ec commit a7c3ae2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/apache/commons/csv/Lexer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ final class Lexer implements Closeable {
5858
/** The input stream */
5959
private final ExtendedBufferedReader reader;
6060

61-
/** INTERNAL API. but ctor needs to be called dynamically by {@link PerformanceTest} class */
6261
Lexer(final CSVFormat format, final ExtendedBufferedReader reader) {
6362
this.reader = reader;
6463
this.delimiter = format.getDelimiter();

0 commit comments

Comments
 (0)