madrob commented on a change in pull request #644: URL: https://github.com/apache/solr/pull/644#discussion_r808279169
########## File path: solr/core/src/java/org/apache/solr/cloud/Overseer.java ########## @@ -19,14 +19,7 @@ import java.io.Closeable; import java.io.IOException; import java.lang.invoke.MethodHandles; -import java.util.Collection; -import java.util.Collections; -import java.util.HashSet; -import java.util.LinkedList; -import java.util.List; -import java.util.Map; -import java.util.Optional; -import java.util.Set; +import java.util.*; Review comment: I never run the `idea` task, IntelliJ seems to be able to import the gradle project natively for me. Occasionally I have to "restart and invalidate caches" to reimport it, but that's usually after I've been changing branches around a lot. I couldn't find a checked in or shared IntelliJ settings file, although I feel like it used to exist? Under the settings, `Editor > Code Style > Java` find the tab called `imports` and I have class count set to 99 and all of the `packages to use import with *` choices unchecked or deleted. -- 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