Skip to content

Commit f0a9907

Browse files
committed
Fix #113 (javadoc only)
1 parent 76a969f commit f0a9907

File tree

2 files changed

+1278
-1
lines changed

2 files changed

+1278
-1
lines changed

csv/src/main/java/com/fasterxml/jackson/dataformat/csv/CsvParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public enum Feature
114114
* not exposed as part of the token stream.
115115
*<p>
116116
* Note that this feature is only considered if
117-
* {@link #INSERT_NULLS_FOR_MISSING_COLUMNS}
117+
* {@link #FAIL_ON_MISSING_COLUMNS}
118118
* is disabled.
119119
*<p>
120120
* Feature is disabled by default.

0 commit comments

Comments
 (0)