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:
Luc Maisonobe 2009-06-09 15:34:55 +00:00
parent d088734d25
commit d96d9b3b15
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ import junit.framework.TestSuite;
import java.util.HashSet;
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.inference.ChiSquareTestImpl;
import org.apache.commons.math.stat.descriptive.SummaryStatistics;