From 5b71c17c81adaa8ad133e60b99ce86b421bfd918 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Tue, 21 Jan 2014 17:48:16 +0000 Subject: [PATCH] Javadoc fix. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1560114 13f79535-47bb-0310-9956-ffa450edef68 --- .../commons/math3/geometry/euclidean/twod/PolygonsSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java b/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java index ff40c8f66..3c1b26cc3 100644 --- a/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java +++ b/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java @@ -49,7 +49,7 @@ public class PolygonsSet extends AbstractRegion { /** Vertices organized as boundary loops. */ private Vector2D[][] vertices; - /** Build a polygons set representing the whole real line. + /** Build a polygons set representing the whole plane. * @param tolerance tolerance below which points are considered identical * @since 3.3 */