pquentin commented on a change in pull request #445: URL: https://github.com/apache/lucene/pull/445#discussion_r750953697
########## File path: lucene/core/src/test/org/apache/lucene/search/TestDocValuesFieldExistsQuery.java ########## @@ -17,17 +17,17 @@ package org.apache.lucene.search; import java.io.IOException; -import org.apache.lucene.document.Document; +import org.apache.lucene.document.*; Review comment: Thanks, I was wondering about this: it was done automatically by Intellij IDEA and I've seen a few star imports in the code base. I reverted it and asked the IDE to stop doing it. It would be nice if spotless prevented that. -- 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