Skip to content

Commit

Permalink
add missing @OverRide
Browse files Browse the repository at this point in the history
  • Loading branch information
jdyer1 committed Dec 9, 2024
1 parent 35651b8 commit 19577dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public CompletableFuture<NamedList<Object>> requestAsync(
}
}

@Override
public NamedList<Object> request(SolrRequest<?> solrRequest, String collection)
throws SolrServerException, IOException {
PreparedRequest pReq = prepareRequest(solrRequest, collection);
Expand Down

0 comments on commit 19577dc

Please sign in to comment.