Unused import

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1065877 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-02-01 00:44:18 +00:00
parent 707313c389
commit 622b2d0107
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@
package org.apache.commons.math.analysis.function; package org.apache.commons.math.analysis.function;
import org.apache.commons.math.analysis.UnivariateRealFunction; import org.apache.commons.math.analysis.UnivariateRealFunction;
import org.apache.commons.math.exception.NotStrictlyPositiveException;
import org.apache.commons.math.util.FastMath;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;