Skip to content

Commit 26c5b56

Browse files
committed
warnings, javadoc cleanup
1 parent 9773b48 commit 26c5b56

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public CsvMapper() {
107107
this(new CsvFactory());
108108
}
109109

110-
@SuppressWarnings("deprecation")
111110
public CsvMapper(CsvFactory f)
112111
{
113112
super(f);

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ protected void _readHeaderLine() throws IOException {
713713
714714
a) The schema has been populated. In this case, build a new
715715
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()
717717
is set to true; there cases the consumer of the csv file
718718
knows about the columns but not necessarily the order in
719719
which they are defined.

0 commit comments

Comments
 (0)