Unused "import".
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/ae7ade39 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/ae7ade39 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/ae7ade39 Branch: refs/heads/develop Commit: ae7ade39901e3323fa1a0f3d3d62fc9542802dd6 Parents: f3108e2 Author: Gilles <er...@apache.org> Authored: Thu May 12 14:03:51 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Tue May 17 15:30:23 2016 +0200 ---------------------------------------------------------------------- .../apache/commons/math4/geometry/spherical/twod/CircleTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/ae7ade39/src/test/java/org/apache/commons/math4/geometry/spherical/twod/CircleTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/math4/geometry/spherical/twod/CircleTest.java b/src/test/java/org/apache/commons/math4/geometry/spherical/twod/CircleTest.java index 29b1d57..c3b14ad 100644 --- a/src/test/java/org/apache/commons/math4/geometry/spherical/twod/CircleTest.java +++ b/src/test/java/org/apache/commons/math4/geometry/spherical/twod/CircleTest.java @@ -28,7 +28,6 @@ import org.apache.commons.math4.geometry.spherical.oned.SubLimitAngle; import org.apache.commons.math4.geometry.spherical.twod.Circle; import org.apache.commons.math4.geometry.spherical.twod.S2Point; import org.apache.commons.math4.geometry.spherical.twod.Sphere2D; -import org.apache.commons.math4.random.RandomGenerator; import org.apache.commons.math4.random.UnitSphereRandomVectorGenerator; import org.apache.commons.math4.rng.UniformRandomProvider; import org.apache.commons.math4.rng.RandomSource;