fixed import

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@981258 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2010-08-01 16:17:55 +00:00
parent 82970077ae
commit c64ed9d119
1 changed files with 1 additions and 2 deletions

View File

@ -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.