Skip to content

Commit 60b70de

Browse files
committed
Javadoc
1 parent d93c494 commit 60b70de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ public CSVParser(final Reader reader, final CSVFormat format) throws IOException
519519
* if there is a problem reading the header or skipping the first record
520520
* @throws CSVException on invalid input.
521521
* @since 1.1
522-
* @deprecated Will be private in the next major version, use {@link Builder#get()}.
522+
* @deprecated Will be removed in the next major version, use {@link Builder#get()}.
523523
*/
524524
@Deprecated
525525
public CSVParser(final Reader reader, final CSVFormat format, final long characterOffset, final long recordNumber) throws IOException {

0 commit comments

Comments
 (0)