mirror of
https://github.com/apache/lucene.git
synced 2025-02-14 14:05:41 +00:00
Fix javadoc error
This commit is contained in:
parent
10338a934f
commit
f7839a4d5b
@ -141,7 +141,7 @@ public class GeoPolygonFactory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Filter duplicate points and coplanar points.
|
/** Filter duplicate points and coplanar points.
|
||||||
* @param start with input list of points
|
* @param input with input list of points
|
||||||
* @return the filtered list, or null if we can't get a legit polygon from the input.
|
* @return the filtered list, or null if we can't get a legit polygon from the input.
|
||||||
*/
|
*/
|
||||||
static List<GeoPoint> filterPoints(final List<GeoPoint> input) {
|
static List<GeoPoint> filterPoints(final List<GeoPoint> input) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user