Skip to content

Commit

Permalink
fix compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Aug 5, 2023
1 parent 0331c82 commit 380bf4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void run(BlobStoreReadOnly blobStoreReadOnly) {
NullPrintStream.NULL_PRINT_STREAM,
LogErrorHandlerExitOnError.EXIT_ON_ERROR);

GitHubJSONExtractor textMatcher = new GitHubJSONExtractor(
TaxonWorksJSONExtractor textMatcher = new TaxonWorksJSONExtractor(
this,
blobStoreReadOnly,
getOutputStream(),
Expand Down

0 comments on commit 380bf4d

Please sign in to comment.