Removed unused "import" statement.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/c73a863b Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/c73a863b Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/c73a863b Branch: refs/heads/master Commit: c73a863bf85bd708725bdb3b2aa6ab01aaa71916 Parents: fd86d06 Author: Gilles <[email protected]> Authored: Sun Jan 21 14:24:09 2018 +0100 Committer: Gilles <[email protected]> Committed: Sun Jan 21 14:24:09 2018 +0100 ---------------------------------------------------------------------- .../commons/math4/geometry/partitioning/Characterization.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/c73a863b/src/main/java/org/apache/commons/math4/geometry/partitioning/Characterization.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/geometry/partitioning/Characterization.java b/src/main/java/org/apache/commons/math4/geometry/partitioning/Characterization.java index 90b07f4..93fd171 100644 --- a/src/main/java/org/apache/commons/math4/geometry/partitioning/Characterization.java +++ b/src/main/java/org/apache/commons/math4/geometry/partitioning/Characterization.java @@ -19,7 +19,6 @@ package org.apache.commons.math4.geometry.partitioning; import java.util.ArrayList; import java.util.List; -import org.apache.commons.math4.exception.MathInternalError; import org.apache.commons.math4.geometry.Space; /** Cut sub-hyperplanes characterization with respect to inside/outside cells.
