mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 12:05:36 +00:00
SOLR-13965: s/StreamHandler/GraphHandler fix GraphHandler.getDescription()
(Eric Pugh via Christine Poerschke)
This commit is contained in:
parent
d52e70a731
commit
f8e50a8fc2
@ -143,7 +143,7 @@ public class GraphHandler extends RequestHandlerBase implements SolrCoreAware, P
|
||||
}
|
||||
|
||||
public String getDescription() {
|
||||
return "StreamHandler";
|
||||
return "GraphHandler";
|
||||
}
|
||||
|
||||
public String getSource() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user