You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/11/04 10:49:51 UTC

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

Author: sebb
Date: Fri Nov  4 09:49:50 2011
New Revision: 1197465

URL: http://svn.apache.org/viewvc?rev=1197465&view=rev
Log:
Unused imports

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=1197465&r1=1197464&r2=1197465&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 Fri Nov  4 09:49:50 2011
@@ -13,11 +13,9 @@
  */
 package org.apache.commons.math.util;
 
-import java.math.BigDecimal;
 import java.math.BigInteger;
 
 
-import org.apache.commons.math.TestUtils;
 import org.apache.commons.math.exception.MathIllegalArgumentException;
 import org.apache.commons.math.exception.MathArithmeticException;
 import org.apache.commons.math.exception.NotFiniteNumberException;