Unused import
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1330621 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
656d46f872
commit
a5e84b3e75
|
@ -29,7 +29,6 @@ import org.apache.commons.math3.exception.MathUnsupportedOperationException;
|
||||||
import org.apache.commons.math3.exception.NotPositiveException;
|
import org.apache.commons.math3.exception.NotPositiveException;
|
||||||
import org.apache.commons.math3.exception.OutOfRangeException;
|
import org.apache.commons.math3.exception.OutOfRangeException;
|
||||||
import org.apache.commons.math3.optimization.GoalType;
|
import org.apache.commons.math3.optimization.GoalType;
|
||||||
import org.apache.commons.math3.optimization.MultivariateOptimizer;
|
|
||||||
import org.apache.commons.math3.optimization.PointValuePair;
|
import org.apache.commons.math3.optimization.PointValuePair;
|
||||||
import org.apache.commons.math3.random.MersenneTwister;
|
import org.apache.commons.math3.random.MersenneTwister;
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
|
|
Loading…
Reference in New Issue