Unused imports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1003353 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
84e3a4787c
commit
948d7b2b3a
|
@ -17,7 +17,6 @@
|
|||
|
||||
package org.apache.commons.math.distribution;
|
||||
|
||||
import org.apache.commons.math.util.FastMath;
|
||||
import org.apache.commons.math.exception.NotStrictlyPositiveException;
|
||||
|
||||
/**
|
||||
|
|
|
@ -19,7 +19,6 @@ package org.apache.commons.math.distribution;
|
|||
|
||||
import org.apache.commons.math.MathException;
|
||||
import org.apache.commons.math.exception.NotStrictlyPositiveException;
|
||||
import org.apache.commons.math.util.FastMath;
|
||||
|
||||
/**
|
||||
* Test cases for NormalDistribution.
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
package org.apache.commons.math.distribution;
|
||||
|
||||
import org.apache.commons.math.util.FastMath;
|
||||
import org.apache.commons.math.exception.NotStrictlyPositiveException;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue