SOLR-7500: Remove pathPrefix field that was accidentally left over while cleaning up

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1678269 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Anshum Gupta 2015-05-07 22:57:11 +00:00
parent 105222b3a8
commit d42d7e68b5
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ public class SolrDispatchFilter extends BaseSolrFilter {
protected volatile CoreContainer cores;
protected String pathPrefix = null; // strip this from the beginning of a path
protected String abortErrorMessage = null;
protected final CloseableHttpClient httpClient = HttpClientUtil.createClient(new ModifiableSolrParams());