removed unneeded import
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@783041 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d088734d25
commit
d96d9b3b15
|
@ -21,7 +21,6 @@ import junit.framework.TestSuite;
|
||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
|
|
||||||
import org.apache.commons.math.RetryTestCase;
|
import org.apache.commons.math.RetryTestCase;
|
||||||
import org.apache.commons.math.TestUtils;
|
|
||||||
import org.apache.commons.math.stat.Frequency;
|
import org.apache.commons.math.stat.Frequency;
|
||||||
import org.apache.commons.math.stat.inference.ChiSquareTestImpl;
|
import org.apache.commons.math.stat.inference.ChiSquareTestImpl;
|
||||||
import org.apache.commons.math.stat.descriptive.SummaryStatistics;
|
import org.apache.commons.math.stat.descriptive.SummaryStatistics;
|
||||||
|
|
Loading…
Reference in New Issue