Modify notes (#48331)

Modify notes
This commit is contained in:
shiwenjie12 2019-12-10 02:02:55 +08:00 committed by James Rodewig
parent a9d977775d
commit dd441962bb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import java.util.function.BiFunction;
/**
* A wrapper of search action listeners (search results) that unwraps the query
* result to get the piggybacked queue size and service time EWMA, adding those
* values to the coordinating nodes' {@code ResponseCollectorService}.
* values to the coordinating nodes' {@link ResponseCollectorService}.
*/
public final class SearchExecutionStatsCollector implements ActionListener<SearchPhaseResult> {