Skip to content

Commit

Permalink
Add support in Commons CSV for tracking byte positions during parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenJAN committed Nov 5, 2024
1 parent f24889f commit 61087a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/apache/commons/csv/CSVParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ public CSVParser(final Reader reader, final CSVFormat format, final long charact
* @throws IOException
* If there is a problem reading the header or skipping the first record
* @throws CSVException Thrown on invalid input.
* @since 1.12
*/
public CSVParser(final Reader reader, final CSVFormat format, final long characterOffset, final long recordNumber,
String encoding) throws IOException {
Expand Down

0 comments on commit 61087a6

Please sign in to comment.