jainankitk commented on code in PR #14474: URL: https://github.com/apache/lucene/pull/14474#discussion_r2038461725
########## lucene/core/src/java/org/apache/lucene/geo/ComponentTree.java: ########## @@ -92,11 +99,9 @@ public boolean contains(double x, double y) { } } if (right != null - && ((splitX == false && y >= this.component.getMinY()) + && ((!splitX && y >= this.component.getMinY()) Review Comment: Happy to stick with the existing convention! -- 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