Remove unnecessary @SuppressWarnings("deprecation") in SolrChangeIndex
Change-Id: Ie14819c8df33bcf76ed48ff6c4ffc389b1e217e7
This commit is contained in:
parent
b00e99f5aa
commit
71c198d662
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user