Skip to content

Commit b0b36b2

Browse files
committed
Javadocs.
1 parent ac46f73 commit b0b36b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
public final class CSVParser implements Iterable<CSVRecord>, Closeable {
136136

137137
/**
138-
* Customized CSV parser using the given {@link CSVFormat}
138+
* Creates a CSV parser using the given {@link CSVFormat}.
139139
*
140140
* <p>
141141
* If you do not read all records from the given {@code reader}, you should
@@ -167,7 +167,7 @@ public static CSVParser parse(final InputStream inputStream, final String charse
167167
}
168168

169169
/**
170-
* Customized CSV parser using the given {@link CSVFormat}
170+
* Creates a CSV parser using the given {@link CSVFormat}
171171
*
172172
* <p>
173173
* If you do not read all records from the given {@code reader}, you should

0 commit comments

Comments
 (0)