mirror of https://github.com/apache/lucene.git
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:
parent
b38421cfdf
commit
c899349310
|
@ -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.*;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue