Skip to content

Commit

Permalink
fix tc: remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonson committed Nov 6, 2019
1 parent b7c8b87 commit e942a21
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ public TransformingInputRowParser(final InputRowParser<T> parser, final Transfor
this.transformer = transformSpec.toTransformer();
}

public InputRowParser<T> getParser()
{
return parser;
}

@Override
public List<InputRow> parseBatch(final T row)
{
Expand Down

0 comments on commit e942a21

Please sign in to comment.