SOLR-13965: s/StreamHandler/GraphHandler fix GraphHandler.getDescription()

(Eric Pugh via Christine Poerschke)
This commit is contained in:
Eric Pugh 2020-02-18 14:32:52 +00:00 committed by Christine Poerschke
parent 5d32c04096
commit f23def6b72
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ public class GraphHandler extends RequestHandlerBase implements SolrCoreAware, P
}
public String getDescription() {
return "StreamHandler";
return "GraphHandler";
}
public String getSource() {