Author: luc
Date: Thu Apr  9 15:20:53 2009
New Revision: 763689

URL: http://svn.apache.org/viewvc?rev=763689&view=rev
Log:
removed unused import statements

Modified:
    
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java

Modified: 
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java?rev=763689&r1=763688&r2=763689&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java
 (original)
+++ 
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/MultistepIntegrator.java
 Thu Apr  9 15:20:53 2009
@@ -23,8 +23,6 @@
 import org.apache.commons.math.ode.events.EventException;
 import org.apache.commons.math.ode.events.EventHandler;
 import org.apache.commons.math.ode.events.EventState;
-import org.apache.commons.math.ode.nonstiff.AdamsBashforthIntegrator;
-import org.apache.commons.math.ode.nonstiff.AdamsMoultonIntegrator;
 import org.apache.commons.math.ode.nonstiff.DormandPrince853Integrator;
 import org.apache.commons.math.ode.sampling.FixedStepHandler;
 import org.apache.commons.math.ode.sampling.MultistepStepInterpolator;
@@ -36,8 +34,8 @@
  * This class is the base class for multistep integrators for Ordinary
  * Differential Equations.
  *
- * @see AdamsBashforthIntegrator
- * @see AdamsMoultonIntegrator
+ * @see org.apache.commons.math.ode.nonstiff.AdamsBashforthIntegrator
+ * @see org.apache.commons.math.ode.nonstiff.AdamsMoultonIntegrator
  * @version $Revision$ $Date$
  * @since 2.0
  */


Reply via email to