jpountz commented on a change in pull request #546: LUCENE-8620: LatLonShape 
contains
URL: https://github.com/apache/lucene-solr/pull/546#discussion_r249810206
 
 

 ##########
 File path: lucene/sandbox/src/java/org/apache/lucene/geo/Rectangle2D.java
 ##########
 @@ -202,7 +286,7 @@ private boolean queryIntersects(int ax, int ay, int bx, 
int by, int cx, int cy)
     return false;
   }
 
-  /** returns true if the edge (defined by (ax, ay) (bx, by)) intersects the 
query */
+  /** returns true if the edge (defined by (ax, ay) (bx, by)) crosses the 
query */
 
 Review comment:
   docs don't match the method name

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to