jpountz commented on a change in pull request #445: URL: https://github.com/apache/lucene/pull/445#discussion_r750644758
########## 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: We prefer to avoid star imports, which might put more classes than desirable in the local namespace. -- 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