epugh commented on a change in pull request #429: URL: https://github.com/apache/solr/pull/429#discussion_r753833593
########## File path: solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java ########## @@ -20,48 +20,26 @@ import com.google.common.collect.ImmutableSet; import org.apache.commons.io.IOUtils; import org.apache.commons.lang3.StringUtils; -import org.apache.solr.api.Api; import org.apache.solr.client.solrj.SolrResponse; import org.apache.solr.client.solrj.impl.HttpSolrClient; import org.apache.solr.client.solrj.impl.HttpSolrClient.Builder; import org.apache.solr.client.solrj.request.CollectionAdminRequest; import org.apache.solr.client.solrj.request.CoreAdminRequest.RequestSyncShard; import org.apache.solr.client.solrj.response.RequestStatusState; import org.apache.solr.client.solrj.util.SolrIdentifierValidator; -import org.apache.solr.cloud.OverseerSolrResponse; -import org.apache.solr.cloud.OverseerSolrResponseSerializer; -import org.apache.solr.cloud.OverseerTaskQueue; +import org.apache.solr.cloud.*; Review comment: Nit pick that we don't do these ;-) Where is our java linter ;-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org