Javadoc fix.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1560114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2014-01-21 17:48:16 +00:00
parent 01e1ca4bfd
commit 5b71c17c81

View File

@ -49,7 +49,7 @@ public class PolygonsSet extends AbstractRegion<Euclidean2D, Euclidean1D> {
/** 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
*/