Author: luc Date: Tue Jun 9 19:43:55 2009 New Revision: 783114 URL: http://svn.apache.org/viewvc?rev=783114&view=rev Log: fixed checkstyle errors
Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/AbstractIntegrator.java 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/AbstractIntegrator.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/ode/AbstractIntegrator.java?rev=783114&r1=783113&r2=783114&view=diff ============================================================================== --- commons/proper/math/trunk/src/java/org/apache/commons/math/ode/AbstractIntegrator.java (original) +++ commons/proper/math/trunk/src/java/org/apache/commons/math/ode/AbstractIntegrator.java Tue Jun 9 19:43:55 2009 @@ -157,6 +157,7 @@ } /** Set the differential equations. + * @param equations differential equations to integrate * @see #computeDerivatives(double, double[], double[]) */ protected void setEquations(final FirstOrderDifferentialEquations equations) { 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=783114&r1=783113&r2=783114&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 Tue Jun 9 19:43:55 2009 @@ -114,7 +114,6 @@ * @param n number of steps to store * @param h signed step size to use for the first steps * @param manager discrete events manager to use - * @param equations differential equations to integrate * @param t0 initial time * @param y state vector: contains the initial value of the state vector at t0, * will be used to put the state vector at each successful step and hence