SOLR-8259: Remove deprecated getDispatchFilter() method from trunk

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1713602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Alan Woodward 2015-11-10 10:09:57 +00:00
parent 9cbae39ab8
commit aa34b6f794
2 changed files with 2 additions and 8 deletions

View File

@ -136,6 +136,8 @@ Other Changes
* SOLR-8261: Change SchemaSimilarityFactory default to BM25Similarity (hossman) * SOLR-8261: Change SchemaSimilarityFactory default to BM25Similarity (hossman)
* SOLR-8259: Remove deprecated JettySolrRunner.getDispatchFilter()
================== 5.4.0 ================== ================== 5.4.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release

View File

@ -353,14 +353,6 @@ public class JettySolrRunner {
} }
/**
* @deprecated Use {@link #getSolrDispatchFilter()} or {@link #getCoreContainer()}
*/
@Deprecated
public FilterHolder getDispatchFilter() {
return dispatchFilter;
}
/** /**
* @return the {@link SolrDispatchFilter} for this node * @return the {@link SolrDispatchFilter} for this node
*/ */