SOLR-10858: remove unused imports

This commit is contained in:
Steve Rowe 2017-07-27 19:54:14 -04:00
parent ec0c11c703
commit ac2384426d
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ import java.util.UUID;
import java.util.Locale;
import org.apache.commons.lang.StringUtils;
import org.apache.solr.common.SolrException;
import static org.apache.solr.common.SolrException.ErrorCode.*;
import org.apache.solr.common.util.NamedList;
import org.apache.solr.request.SolrQueryRequest;
import org.apache.solr.response.SolrQueryResponse;