removed unneeded import clauses

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@610794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-01-10 13:52:30 +00:00
parent 692c384857
commit 4d498d1bdd
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ package org.apache.commons.math.stat.descriptive;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.apache.commons.math.stat.descriptive.moment.Mean;