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:
Luc Maisonobe 2013-03-29 15:50:22 +00:00
parent 95cbc13a5a
commit ba104a5f1d
2 changed files with 0 additions and 3 deletions

View File

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

View File

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