This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
commit 60b70de507e6955cd5efa795d3d0464e38ff706c Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 14 21:14:07 2025 -0400 Javadoc --- src/main/java/org/apache/commons/csv/CSVParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/csv/CSVParser.java b/src/main/java/org/apache/commons/csv/CSVParser.java index 42a588f0..8bbb8576 100644 --- a/src/main/java/org/apache/commons/csv/CSVParser.java +++ b/src/main/java/org/apache/commons/csv/CSVParser.java @@ -519,7 +519,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable { * if there is a problem reading the header or skipping the first record * @throws CSVException on invalid input. * @since 1.1 - * @deprecated Will be private in the next major version, use {@link Builder#get()}. + * @deprecated Will be removed in the next major version, use {@link Builder#get()}. */ @Deprecated public CSVParser(final Reader reader, final CSVFormat format, final long characterOffset, final long recordNumber) throws IOException {