mirror of https://github.com/apache/lucene.git
LUCENE-7203: Fix the javadoc broken in the previous commit.
This commit is contained in:
parent
e4b26922ab
commit
520c31f8ed
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue