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:
Shalin Shekhar Mangar 2008-08-15 14:07:54 +00:00
parent d00a997ad7
commit 67170d7489
1 changed files with 1 additions and 1 deletions

View File

@ -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"%>