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 d52e70a731
commit f8e50a8fc2

View File

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