dsmiley commented on code in PR #13178:
URL: https://github.com/apache/lucene/pull/13178#discussion_r1521507598


##########
lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java:
##########
@@ -99,5 +99,11 @@ public void consumeTerms(Query query, Term... terms) {
   }
 
   /** A QueryVisitor implementation that does nothing */
-  public static final QueryVisitor EMPTY_VISITOR = new QueryVisitor() {};
+  public static final QueryVisitor EMPTY_VISITOR =

Review Comment:
   I'll create a separate PR for this; didn't mean to include it.



-- 
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]

Reply via email to