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