msokolov commented on code in PR #12248:
URL: https://github.com/apache/lucene/pull/12248#discussion_r1180755846


##########
lucene/core/src/test/org/apache/lucene/util/hnsw/HnswGraphTestCase.java:
##########
@@ -23,15 +23,7 @@
 
 import com.carrotsearch.randomizedtesting.RandomizedTest;
 import java.io.IOException;
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.Collections;
-import java.util.HashMap;
-import java.util.HashSet;
-import java.util.List;
-import java.util.Map;
-import java.util.Random;
-import java.util.Set;
+import java.util.*;

Review Comment:
   I think this might be why the precommit checks failed. You can run 
`./gradlew check` to run all the checks locally. We use an automated formatter, 
so it's usually a good idea to run the `spotlessApply` task too



-- 
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...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to