1
0
mirror of https://github.com/apache/commons-math.git synced 2025-02-19 16:35:03 +00:00

Unused import

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1059983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-01-17 16:52:23 +00:00
parent d052e159a9
commit 30d4ad8606
2 changed files with 0 additions and 3 deletions
src/test/java/org/apache/commons/math

@ -17,7 +17,6 @@
package org.apache.commons.math.analysis.interpolation;
import org.apache.commons.math.util.FastMath;
import org.apache.commons.math.exception.NotPositiveException;
import org.apache.commons.math.exception.OutOfRangeException;
import org.apache.commons.math.exception.DimensionMismatchException;
import org.apache.commons.math.exception.NoDataException;

@ -25,8 +25,6 @@ import org.junit.Test;
import org.junit.Assert;
import org.apache.commons.math.util.FastMath;
import org.apache.commons.math.exception.MathIllegalArgumentException;
import org.apache.commons.math.exception.NullArgumentException;
import org.apache.commons.math.exception.MathParseException;
public abstract class ComplexFormatAbstractTest {