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 */