Merge "Remove unnecessary @SuppressWarnings("deprecation") in SolrChangeIndex"
This commit is contained in:
@@ -221,7 +221,6 @@ class SolrChangeIndex implements ChangeIndex, LifecycleListener {
|
|||||||
private final List<SolrServer> indexes;
|
private final List<SolrServer> indexes;
|
||||||
private final SolrQuery query;
|
private final SolrQuery query;
|
||||||
|
|
||||||
@SuppressWarnings("deprecation")
|
|
||||||
public QuerySource(List<SolrServer> indexes, Query q, int limit,
|
public QuerySource(List<SolrServer> indexes, Query q, int limit,
|
||||||
boolean reverse) {
|
boolean reverse) {
|
||||||
this.indexes = indexes;
|
this.indexes = indexes;
|
||||||
|
Reference in New Issue
Block a user