Unused imports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1055912 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
79c2fc7a52
commit
e83010dcd9
|
@ -18,7 +18,6 @@ package org.apache.commons.math.distribution;
|
|||
|
||||
import junit.framework.TestCase;
|
||||
import org.apache.commons.math.MathException;
|
||||
import org.apache.commons.math.util.FastMath;
|
||||
|
||||
public class BetaDistributionTest extends TestCase {
|
||||
public void testCumulative() throws MathException {
|
||||
|
|
Loading…
Reference in New Issue