Skip to content

Commit

Permalink
warnings, javadoc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 28, 2019
1 parent 9773b48 commit 26c5b56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -107,7 +107,6 @@ public CsvMapper() {
this(new CsvFactory());
}

@SuppressWarnings("deprecation")
public CsvMapper(CsvFactory f)
{
super(f);
Expand Down
Expand Up @@ -713,7 +713,7 @@ protected void _readHeaderLine() throws IOException {
a) The schema has been populated. In this case, build a new
schema where the order matches the *actual* order in which
the given CSV file offers its columns, iif _schema.reordersColumns()
the given CSV file offers its columns, if _schema.reordersColumns()
is set to true; there cases the consumer of the csv file
knows about the columns but not necessarily the order in
which they are defined.
Expand Down

0 comments on commit 26c5b56

Please sign in to comment.