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

 ##########
 File path: lucene/sandbox/src/java/org/apache/lucene/geo/Rectangle2D.java
 ##########
 @@ -107,7 +107,7 @@ public boolean queryContainsPoint(int x, int y) {
     return eastRelation;
   }
 
-  /** Checks if the rectangle intersects the provided triangle **/
+  /** Checks if the rectangle crosses the provided triangle **/
   public boolean intersectsTriangle(int aX, int aY, int bX, int bY, int cX, 
int cY) {
 
 Review comment:
   the method name should match teh docs

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