You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2014/01/03 19:05:05 UTC

svn commit: r1555173 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet.java

Author: luc
Date: Fri Jan  3 18:05:04 2014
New Revision: 1555173

URL: http://svn.apache.org/r1555173
Log:
Fixed javadoc.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet.java?rev=1555173&r1=1555172&r2=1555173&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet.java Fri Jan  3 18:05:04 2014
@@ -48,7 +48,7 @@ public class SphericalPolygonsSet extend
     /** Boundary defined as an array of closed loops start vertices. */
     private List<Vertex> 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) {