Skip to content

Commit

Permalink
fix todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Sep 28, 2018
1 parent c39857b commit 5e14aaa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ boolean evaluate(IngestDocument ingestDocument) {
return script.execute(new UnmodifiableIngestData(ingestDocument.getSourceAndMetadata()));
}

//tODO remove
public Processor getProcessor() {
Processor getProcessor() {
return processor;
}

Expand Down

0 comments on commit 5e14aaa

Please sign in to comment.