LUCENE-7270: Fix javadoc.

This commit is contained in:
Karl Wright 2016-05-03 15:29:26 -04:00
parent d3d754e91d
commit 8c0bf8b3b6
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ class GeoComplexPolygon extends GeoBasePolygon {
private final static Edge[] NO_EDGES = new Edge[0];
/** Create a tree.
* @param edges is the list of edges.
* @param allEdges is the list of edges.
*/
public Tree(final List<Edge> allEdges) {
final Edge[] edges = allEdges.toArray(NO_EDGES);