This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
commit ebeb796c08dd0596c40a89f757769d43433c944f Author: Matt Juntunen <[email protected]> AuthorDate: Thu Dec 20 21:28:59 2018 -0500 removing unused import --- .../geometry/euclidean/threed/rotation/QuaternionRotationTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/threed/rotation/QuaternionRotationTest.java b/commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/threed/rotation/QuaternionRotationTest.java index fcde7f2..bf0d6c3 100644 --- a/commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/threed/rotation/QuaternionRotationTest.java +++ b/commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/threed/rotation/QuaternionRotationTest.java @@ -26,7 +26,6 @@ import org.apache.commons.geometry.core.GeometryTestUtils; import org.apache.commons.geometry.core.exception.IllegalNormException; import org.apache.commons.geometry.core.internal.SimpleTupleFormat; import org.apache.commons.geometry.euclidean.EuclideanTestUtils; -import org.apache.commons.geometry.euclidean.internal.Vectors; import org.apache.commons.geometry.euclidean.threed.AffineTransformMatrix3D; import org.apache.commons.geometry.euclidean.threed.Vector3D; import org.apache.commons.numbers.angle.PlaneAngleRadians;
