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();
 


Reply via email to