chatman commented on a change in pull request #644:
URL: https://github.com/apache/solr/pull/644#discussion_r808036618
##########
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:
This is becoming a huge problem. I'm new to IntelliJ, and it seems to be
doing this to all my PRs too. When I used Eclipse, this wasn't possible. Can we
somehow add this configuration to the "gradlew idea" task?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]