mirror of
https://github.com/apache/commons-math.git
synced 2025-02-08 11:05:56 +00:00
Removed unused import.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462507 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95cbc13a5a
commit
ba104a5f1d
@ -17,7 +17,6 @@
|
||||
*/
|
||||
package org.apache.commons.math3.optim.nonlinear.scalar.noderiv;
|
||||
|
||||
import java.util.Arrays;
|
||||
import org.apache.commons.math3.exception.MathIllegalStateException;
|
||||
import org.apache.commons.math3.exception.NumberIsTooSmallException;
|
||||
import org.apache.commons.math3.exception.OutOfRangeException;
|
||||
|
@ -18,8 +18,6 @@
|
||||
|
||||
package org.apache.commons.math3.optimization.direct;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
import org.apache.commons.math3.analysis.MultivariateFunction;
|
||||
import org.apache.commons.math3.exception.MathIllegalStateException;
|
||||
import org.apache.commons.math3.exception.NumberIsTooSmallException;
|
||||
|
Loading…
x
Reference in New Issue
Block a user