mirror of https://github.com/apache/lucene.git
SOLR-11349: Remove deprecated ResponseBuilder.getQueryCommand() method.
This commit is contained in:
parent
d39751a754
commit
b6f683d30b
|
@ -421,11 +421,6 @@ public class ResponseBuilder
|
|||
}
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public QueryCommand getQueryCommand() {
|
||||
return createQueryCommand();
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a SolrIndexSearcher.QueryCommand from this
|
||||
* ResponseBuilder. TimeAllowed is left unset.
|
||||
|
|
Loading…
Reference in New Issue