You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2009/05/31 23:53:36 UTC

svn commit: r780508 - /commons/proper/math/trunk/src/java/org/apache/commons/math/ode/sampling/StepInterpolator.java

Author: luc
Date: Sun May 31 21:53:36 2009
New Revision: 780508

URL: http://svn.apache.org/viewvc?rev=780508&view=rev
Log:
added a missing @since

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

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/sampling/StepInterpolator.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/ode/sampling/StepInterpolator.java?rev=780508&r1=780507&r2=780508&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/ode/sampling/StepInterpolator.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/ode/sampling/StepInterpolator.java Sun May 31 21:53:36 2009
@@ -105,6 +105,7 @@
    * to be preserved across several calls.</p>
    * @return derivatives of the state vector at time {@link #getInterpolatedTime}
    * @see #getInterpolatedState()
+   * @since 2.0
    */
   public double[] getInterpolatedDerivatives();