LUCENE-7203: Fix the javadoc broken in the previous commit.

This commit is contained in:
Karl Wright 2016-04-12 06:05:22 -04:00
parent e4b26922ab
commit 520c31f8ed
2 changed files with 4 additions and 2 deletions

View File

@ -318,7 +318,8 @@ class GeoConcavePolygon extends GeoBasePolygon {
protected final SidedPlane sideBound2;
/** Constructor.
* @param exception is the one plane to exclude from the check.
* @param sideBound1 is the first side bound.
* @param sideBound2 is the second side bound.
*/
public EitherBound(final SidedPlane sideBound1, final SidedPlane sideBound2) {
this.sideBound1 = sideBound1;

View File

@ -304,7 +304,8 @@ class GeoConvexPolygon extends GeoBasePolygon {
protected final SidedPlane sideBound2;
/** Constructor.
* @param exception is the one plane to exclude from the check.
* @param sideBound1 is the first side bound.
* @param sideBound2 is the second side bound.
*/
public EitherBound(final SidedPlane sideBound1, final SidedPlane sideBound2) {
this.sideBound1 = sideBound1;