Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 17, 2020
1 parent ae49636 commit a6eb9ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ public void testEmptyLines174() throws Exception
final String doc = sw.toString();

ObjectReader objectReader = MAPPER
.enable(CsvParser.Feature.SKIP_EMPTY_LINES)
.readerFor(Row174.class)
.with(CsvParser.Feature.SKIP_EMPTY_LINES)
.with(MAPPER.schemaFor(Row174.class));

MappingIterator<Row174> iterator = objectReader.readValues(doc);
Expand Down

0 comments on commit a6eb9ab

Please sign in to comment.