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/21 18:48:16 UTC

svn commit: r1560114 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java

Author: luc
Date: Tue Jan 21 17:48:16 2014
New Revision: 1560114

URL: http://svn.apache.org/r1560114
Log:
Javadoc fix.

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

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java?rev=1560114&r1=1560113&r2=1560114&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java Tue Jan 21 17:48:16 2014
@@ -49,7 +49,7 @@ public class PolygonsSet extends Abstrac
     /** 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
      */