Eliminated unused import and retry infrastructure (no longer used). JIRA: Math-598.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1343083 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c268d99c5a
commit
58966065ed
|
@ -21,9 +21,6 @@ import java.util.ArrayList;
|
|||
import java.util.HashSet;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
import org.apache.commons.math3.Retry;
|
||||
import org.apache.commons.math3.RetryRunner;
|
||||
import org.apache.commons.math3.TestUtils;
|
||||
import org.apache.commons.math3.distribution.BetaDistribution;
|
||||
import org.apache.commons.math3.distribution.BinomialDistribution;
|
||||
|
@ -49,7 +46,6 @@ import org.apache.commons.math3.util.FastMath;
|
|||
import org.apache.commons.math3.exception.MathIllegalArgumentException;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
/**
|
||||
* Test cases for the RandomData class.
|
||||
|
@ -58,7 +54,6 @@ import org.junit.runner.RunWith;
|
|||
* 2009) $
|
||||
*/
|
||||
|
||||
@RunWith(RetryRunner.class)
|
||||
public class RandomDataTest {
|
||||
|
||||
public RandomDataTest() {
|
||||
|
|
Loading…
Reference in New Issue