You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by kw...@apache.org on 2016/04/29 02:31:09 UTC

[25/25] lucene-solr:branch_6x: Fix javadoc

Fix javadoc


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/9a06fb4e
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/9a06fb4e
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/9a06fb4e

Branch: refs/heads/branch_6x
Commit: 9a06fb4e221076df57bd5bcda1ac2f474a85cc3e
Parents: a73d075
Author: Karl Wright <Da...@gmail.com>
Authored: Thu Apr 28 19:58:55 2016 -0400
Committer: Karl Wright <Da...@gmail.com>
Committed: Thu Apr 28 20:27:16 2016 -0400

----------------------------------------------------------------------
 .../java/org/apache/lucene/spatial3d/geom/GeoComplexPolygon.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9a06fb4e/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoComplexPolygon.java
----------------------------------------------------------------------
diff --git a/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoComplexPolygon.java b/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoComplexPolygon.java
index 661953a..c7197d8 100644
--- a/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoComplexPolygon.java
+++ b/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoComplexPolygon.java
@@ -598,8 +598,8 @@ class GeoComplexPolygon extends GeoBasePolygon {
     }
     
     /** Compare a node against a subrange of a new edge.
-     * @param node is the node to compare.
-     * @param newEdge is the edge being added.
+     * @param nodeMinimumValue is the node's minimum value.
+     * @param nodeMaximumValue is the node's maximum value.
      * @param minimumValue is the minimum value for the edge being added.
      * @param maximumValue is the maximum value for the edge being added.
      * @return the comparison result.