removed an unneeded import clause
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@598048 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8f4b97cdcc
commit
83e9173c2b
|
@ -19,7 +19,6 @@ package org.apache.commons.math.ode;
|
|||
|
||||
import org.apache.commons.math.ConvergenceException;
|
||||
import org.apache.commons.math.FunctionEvaluationException;
|
||||
import org.apache.commons.math.ode.DerivativeException;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
|
|
Loading…
Reference in New Issue