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:
Sebastian Bazley 2011-01-06 15:30:39 +00:00
parent 79c2fc7a52
commit e83010dcd9
1 changed files with 0 additions and 1 deletions

View File

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