File tree 2 files changed +1
-2
lines changed
csv/src/main/java/com/fasterxml/jackson/dataformat/csv
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ public CsvMapper() {
107
107
this (new CsvFactory ());
108
108
}
109
109
110
- @ SuppressWarnings ("deprecation" )
111
110
public CsvMapper (CsvFactory f )
112
111
{
113
112
super (f );
Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ protected void _readHeaderLine() throws IOException {
713
713
714
714
a) The schema has been populated. In this case, build a new
715
715
schema where the order matches the *actual* order in which
716
- the given CSV file offers its columns, iif _schema.reordersColumns()
716
+ the given CSV file offers its columns, if _schema.reordersColumns()
717
717
is set to true; there cases the consumer of the csv file
718
718
knows about the columns but not necessarily the order in
719
719
which they are defined.
You can’t perform that action at this time.
0 commit comments