removed unneeded import

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1004021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2010-10-03 18:21:28 +00:00
parent 9e132e73c6
commit dfc41e87fa
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ import junit.framework.TestCase;
import org.apache.commons.math.FunctionEvaluationException;
import org.apache.commons.math.TestUtils;
import org.apache.commons.math.analysis.UnivariateRealFunction;
import org.apache.commons.math.fraction.Fraction;
import org.apache.commons.math.fraction.FractionField;
import org.apache.commons.math.util.FastMath;
/**