mirror of https://github.com/apache/lucene.git
Changing SolrException to the non-deprecated one
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686219 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d00a997ad7
commit
67170d7489
|
@ -18,7 +18,7 @@
|
|||
<%@ page import="org.apache.solr.core.SolrConfig,
|
||||
org.apache.solr.core.SolrCore,
|
||||
org.apache.solr.common.util.XML,
|
||||
org.apache.solr.core.SolrException"%>
|
||||
org.apache.solr.common.SolrException"%>
|
||||
<%@ page import="org.apache.solr.request.LocalSolrQueryRequest"%>
|
||||
<%@ page import="org.apache.solr.request.SolrQueryResponse"%>
|
||||
<%@ page import="org.apache.solr.request.ServletSolrParams"%>
|
||||
|
|
Loading…
Reference in New Issue