You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2009/06/09 17:34:56 UTC

svn commit: r783041 - /commons/proper/math/trunk/src/test/org/apache/commons/math/random/RandomDataTest.java

Author: luc
Date: Tue Jun  9 15:34:55 2009
New Revision: 783041

URL: http://svn.apache.org/viewvc?rev=783041&view=rev
Log:
removed unneeded import

Modified:
    commons/proper/math/trunk/src/test/org/apache/commons/math/random/RandomDataTest.java

Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/random/RandomDataTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/org/apache/commons/math/random/RandomDataTest.java?rev=783041&r1=783040&r2=783041&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/org/apache/commons/math/random/RandomDataTest.java (original)
+++ commons/proper/math/trunk/src/test/org/apache/commons/math/random/RandomDataTest.java Tue Jun  9 15:34:55 2009
@@ -21,7 +21,6 @@
 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;