mirror of https://github.com/apache/lucene.git
Fix javadoc
This commit is contained in:
parent
a73d075bfa
commit
9a06fb4e22
|
@ -598,8 +598,8 @@ class GeoComplexPolygon extends GeoBasePolygon {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Compare a node against a subrange of a new edge.
|
/** Compare a node against a subrange of a new edge.
|
||||||
* @param node is the node to compare.
|
* @param nodeMinimumValue is the node's minimum value.
|
||||||
* @param newEdge is the edge being added.
|
* @param nodeMaximumValue is the node's maximum value.
|
||||||
* @param minimumValue is the minimum value for the edge being added.
|
* @param minimumValue is the minimum value for the edge being added.
|
||||||
* @param maximumValue is the maximum value for the edge being added.
|
* @param maximumValue is the maximum value for the edge being added.
|
||||||
* @return the comparison result.
|
* @return the comparison result.
|
||||||
|
|
Loading…
Reference in New Issue