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/064f5994 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/064f5994 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/064f5994 Branch: refs/heads/master Commit: 064f5994f617dcb4b5ea28ca3b038eb3e15dcdf6 Parents: 78ee07c Author: Gilles <er...@apache.org> Authored: Wed May 16 16:51:12 2018 +0200 Committer: Gilles <er...@apache.org> Committed: Wed May 16 16:51:12 2018 +0200 ---------------------------------------------------------------------- .../commons/math4/analysis/integration/SimpsonIntegrator.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/064f5994/src/main/java/org/apache/commons/math4/analysis/integration/SimpsonIntegrator.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/analysis/integration/SimpsonIntegrator.java b/src/main/java/org/apache/commons/math4/analysis/integration/SimpsonIntegrator.java index 2ac7fa7..0ede25e 100644 --- a/src/main/java/org/apache/commons/math4/analysis/integration/SimpsonIntegrator.java +++ b/src/main/java/org/apache/commons/math4/analysis/integration/SimpsonIntegrator.java @@ -16,11 +16,9 @@ */ package org.apache.commons.math4.analysis.integration; -import org.apache.commons.math4.exception.MaxCountExceededException; import org.apache.commons.math4.exception.NotStrictlyPositiveException; import org.apache.commons.math4.exception.NumberIsTooLargeException; import org.apache.commons.math4.exception.NumberIsTooSmallException; -import org.apache.commons.math4.exception.TooManyEvaluationsException; import org.apache.commons.math4.util.FastMath; /**