Removed the unused import: com.sun.org.apache.xerces.internal.util.URI.MalformedURIException;

This avoids the compile warning for java 1.6:
 warning: com.sun.org.apache.xerces.internal.util.URI is Sun proprietary API and may be removed in a future release

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532458 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2007-04-25 19:48:19 +00:00
parent b38421cfdf
commit c899349310
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ import org.apache.solr.core.SolrCore;
import org.apache.solr.core.SolrException;
import org.apache.solr.handler.RequestHandlerBase;
import com.sun.org.apache.xerces.internal.util.URI.MalformedURIException;
import static org.apache.solr.request.SolrParams.*;
/**