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/dcaed2dc
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/dcaed2dc
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/dcaed2dc

Branch: refs/heads/master
Commit: dcaed2dc2838cfbb05d4bb783c5740668e659262
Parents: bd82fe9
Author: Gilles <er...@apache.org>
Authored: Wed Aug 9 14:37:42 2017 +0200
Committer: Gilles <er...@apache.org>
Committed: Wed Aug 9 14:37:42 2017 +0200

----------------------------------------------------------------------
 .../java/org/apache/commons/math4/geometry/euclidean/twod/Line.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/dcaed2dc/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/Line.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/Line.java 
b/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/Line.java
index c25d6fa..670d8f4 100644
--- a/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/Line.java
+++ b/src/main/java/org/apache/commons/math4/geometry/euclidean/twod/Line.java
@@ -31,7 +31,6 @@ import 
org.apache.commons.math4.geometry.partitioning.Hyperplane;
 import org.apache.commons.math4.geometry.partitioning.SubHyperplane;
 import org.apache.commons.math4.geometry.partitioning.Transform;
 import org.apache.commons.math4.util.FastMath;
-import org.apache.commons.math4.util.MathUtils;
 
 /** This class represents an oriented line in the 2D plane.
 

Reply via email to