Author: luc Date: Mon Oct 22 19:32:03 2012 New Revision: 1401034 URL: http://svn.apache.org/viewvc?rev=1401034&view=rev Log: Removed unused exception.
Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSetTest.java Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSetTest.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSetTest.java?rev=1401034&r1=1401033&r2=1401034&view=diff ============================================================================== --- commons/proper/math/trunk/src/test/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSetTest.java (original) +++ commons/proper/math/trunk/src/test/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSetTest.java Mon Oct 22 19:32:03 2012 @@ -16,7 +16,6 @@ */ package org.apache.commons.math3.geometry.euclidean.twod; -import java.io.IOException; import java.util.ArrayList; import java.util.List; @@ -829,7 +828,7 @@ public class PolygonsSetTest { } @Test - public void testIssue880Complete() throws IOException { + public void testIssue880Complete() { Vector2D[] vertices1 = new Vector2D[] { new Vector2D( 90.08714908223715, 38.370299337260235), new Vector2D( 90.08709517675004, 38.3702895991413),