Fix javadoc

This commit is contained in:
Karl Wright 2016-04-28 19:58:55 -04:00
parent a73d075bfa
commit 9a06fb4e22
1 changed files with 2 additions and 2 deletions

View File

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