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:
Luc Maisonobe 2007-11-25 20:25:58 +00:00
parent 8f4b97cdcc
commit 83e9173c2b
1 changed files with 0 additions and 1 deletions

View File

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