mirror of https://github.com/apache/lucene.git
SOLR-13965: s/StreamHandler/GraphHandler fix GraphHandler.getDescription()
(Eric Pugh via Christine Poerschke)
This commit is contained in:
parent
5d32c04096
commit
f23def6b72
|
@ -143,7 +143,7 @@ public class GraphHandler extends RequestHandlerBase implements SolrCoreAware, P
|
|||
}
|
||||
|
||||
public String getDescription() {
|
||||
return "StreamHandler";
|
||||
return "GraphHandler";
|
||||
}
|
||||
|
||||
public String getSource() {
|
||||
|
|
Loading…
Reference in New Issue