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 2010/01/18 17:54:00 UTC

svn commit: r900457 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/events/EventHandler.java

Author: luc
Date: Mon Jan 18 16:54:00 2010
New Revision: 900457

URL: http://svn.apache.org/viewvc?rev=900457&view=rev
Log:
fixed link typo

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/events/EventHandler.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/events/EventHandler.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/events/EventHandler.java?rev=900457&r1=900456&r2=900457&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/events/EventHandler.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/events/EventHandler.java Mon Jan 18 16:54:00 2010
@@ -136,8 +136,8 @@
    * handler to make it aware the step will be the last one if this method
    * returns {@link #STOP}. As the interpolator may be used to navigate back
    * throughout the last step (as {@link
-   * org.apache.commons.math.ode.sampling.StepNormalizerStepNormalizer
-   * StepNormalizer} does for example), user code called by this method and user
+   * org.apache.commons.math.ode.sampling.StepNormalizer StepNormalizer}
+   * does for example), user code called by this method and user
    * code called by step handlers may experience apparently out of order values
    * of the independent time variable. As an example, if the same user object
    * implements both this {@link EventHandler EventHandler} interface and the