mirror of https://github.com/apache/lucene.git
(part of) SOLR-6203: ResponseBuilder.setSortSpec arg name tweak. (Judith Silverman via Christine Poerschke)
This commit is contained in:
parent
98191225eb
commit
2bbca4c512
|
@ -383,8 +383,8 @@ public class ResponseBuilder
|
|||
return sortSpec;
|
||||
}
|
||||
|
||||
public void setSortSpec(SortSpec sort) {
|
||||
this.sortSpec = sort;
|
||||
public void setSortSpec(SortSpec sortSpec) {
|
||||
this.sortSpec = sortSpec;
|
||||
}
|
||||
|
||||
public GroupingSpecification getGroupingSpec() {
|
||||
|
|
Loading…
Reference in New Issue