We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a969f commit f0a9907Copy full SHA for f0a9907
csv/src/main/java/com/fasterxml/jackson/dataformat/csv/CsvParser.java
@@ -114,7 +114,7 @@ public enum Feature
114
* not exposed as part of the token stream.
115
*<p>
116
* Note that this feature is only considered if
117
- * {@link #INSERT_NULLS_FOR_MISSING_COLUMNS}
+ * {@link #FAIL_ON_MISSING_COLUMNS}
118
* is disabled.
119
120
* Feature is disabled by default.
0 commit comments