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 2010/08/01 18:17:56 UTC

svn commit: r981258 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/MathUtilsTest.java

Author: luc
Date: Sun Aug  1 16:17:55 2010
New Revision: 981258

URL: http://svn.apache.org/viewvc?rev=981258&view=rev
Log:
fixed import

Modified:
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/MathUtilsTest.java

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/MathUtilsTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/MathUtilsTest.java?rev=981258&r1=981257&r2=981258&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/MathUtilsTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/MathUtilsTest.java Sun Aug  1 16:17:55 2010
@@ -18,14 +18,13 @@ import java.math.BigInteger;
 import java.util.ArrayList;
 import java.util.HashMap;
 import java.util.List;
-import java.util.Locale;
 import java.util.Map;
 
 import junit.framework.TestCase;
 
 import org.apache.commons.math.TestUtils;
-import org.apache.commons.math.random.RandomDataImpl;
 import org.apache.commons.math.exception.NonMonotonousSequenceException;
+import org.apache.commons.math.random.RandomDataImpl;
 
 /**
  * Test cases for the MathUtils class.