From 3839da6580d8f2cf83e8dd6fbcfd283cc0d240a2 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Fri, 3 Jan 2014 18:05:04 +0000 Subject: [PATCH] Fixed javadoc. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1555173 13f79535-47bb-0310-9956-ffa450edef68 --- .../math3/geometry/spherical/twod/SphericalPolygonsSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet.java b/src/main/java/org/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet.java index 746a94eb5..e4c3c6727 100644 --- a/src/main/java/org/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet.java +++ b/src/main/java/org/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet.java @@ -48,7 +48,7 @@ public class SphericalPolygonsSet extends AbstractRegion { /** Boundary defined as an array of closed loops start vertices. */ private List loops; - /** Build a polygons set representing the whole real circle. + /** Build a polygons set representing the whole real 2-sphere. * @param tolerance below which points are consider to be identical */ public SphericalPolygonsSet(final double tolerance) {