Browse Source

[GEO] Updating javadoc for XShapeCollection

XShapeCollection has an incorrect description left over from when the relate method was overridden. This one line commit corrects the description.
Nicholas Knize 10 years ago
parent
commit
5b96595854
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/java/org/elasticsearch/common/geo/XShapeCollection.java

+ 0 - 1
src/main/java/org/elasticsearch/common/geo/XShapeCollection.java

@@ -31,7 +31,6 @@ import java.util.List;
  * Overrides bounding box logic in ShapeCollection base class to comply with
  * OGC OpenGIS Abstract Specification: An Object Model for Interoperable Geoprocessing.
  *
- * This class also overrides the 'relate' method to leverage the updated bbox logic.
  * NOTE: This algorithm is O(N) and can possibly be improved O(log n) using an internal R*-Tree
  * data structure for a collection of bounding boxes
  */