Remove unnecessary @SuppressWarnings("deprecation") in SolrChangeIndex

Change-Id: Ie14819c8df33bcf76ed48ff6c4ffc389b1e217e7
This commit is contained in:
David Pursehouse 2013-09-26 11:27:51 +09:00
parent b00e99f5aa
commit 71c198d662

View File

@ -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;