Skip to content

Commit 436a313

Browse files
committed
Merge branch '2.9' into 2.10
2 parents 1f8a247 + bc634e6 commit 436a313

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: java
22

33
jdk:
4-
- openjdk7
54
- openjdk8
65

76
# whitelist

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
@@ -124,7 +124,7 @@ public enum Feature
124124
* not exposed as part of the token stream.
125125
*<p>
126126
* Note that this feature is only considered if
127-
* {@link #INSERT_NULLS_FOR_MISSING_COLUMNS}
127+
* {@link #FAIL_ON_MISSING_COLUMNS}
128128
* is disabled.
129129
*<p>
130130
* Feature is disabled by default.

0 commit comments

Comments
 (0)